From b215f3a4f376a30f0661b36fe3bb655d18f0971c Mon Sep 17 00:00:00 2001 From: 0x07CB <83157348+0x07CB@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:29:24 +0000 Subject: [PATCH] maj --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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