This commit is contained in:
0x07CB 2022-06-21 23:29:24 +00:00 committed by GitHub
parent 9386d308d2
commit b215f3a4f3
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]