1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-23 00:55:39 +01:00
nanorc/Dockerfile

4 lines
86 B
Docker
Raw Normal View History

2022-06-22 01:17:33 +02:00
FROM alpine:latest
RUN apk --no-cache python3 py3-pip nano curl
ENTRYPOINT [ "nano" ]