From 9386d308d2f1617261c33d69634020e3dc30903b Mon Sep 17 00:00:00 2001 From: 0x07CB <83157348+0x07CB@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:17:33 +0000 Subject: [PATCH] nanooo --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1539445 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM alpine:latest +RUN apk --no-cache python3 py3-pip nano curl + +ENTRYPOINT [ "nano" ] \ No newline at end of file