From f33ef8703131441ef30407f97c5f79b85a74dd80 Mon Sep 17 00:00:00 2001 From: 0x07CB <83157348+0x07CB@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:19:18 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]