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

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM alpine:latest
RUN apk --no-cache python3 py3-pip nano curl
ENTRYPOINT [ "nano" ]