Merge 699d0c50940e955be4074cbd757746d75b21e58e into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd

This commit is contained in:
0x07CB 2022-06-22 02:12:16 +00:00 committed by GitHub
commit 9336b603ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache python3 py3-pip nano curl
RUN curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
ENTRYPOINT [ "nano" ]