diff --git a/Dockerfile b/Dockerfile index 1539445..15e4c3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:latest RUN apk --no-cache python3 py3-pip nano curl - -ENTRYPOINT [ "nano" ] \ No newline at end of file +RUN curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh +ENTRYPOINT [ "nano" ]