1
0
mirror of https://github.com/scopatz/nanorc synced 2025-02-22 11:20:04 +01:00
nanorc/Dockerfile
2022-06-21 23:17:33 +00:00

4 lines
86 B
Docker

FROM alpine:latest
RUN apk --no-cache python3 py3-pip nano curl
ENTRYPOINT [ "nano" ]