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

4 lines
90 B
Docker

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