diff --git a/Dockerfile b/Dockerfile index 1539445..bbe1149 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:latest -RUN apk --no-cache python3 py3-pip nano curl +RUN apk add --no-cache python3 py3-pip nano curl ENTRYPOINT [ "nano" ] \ No newline at end of file