Update Dockerfile

This commit is contained in:
0x07CB 2022-06-22 01:19:18 +02:00 committed by GitHub
parent 9386d308d2
commit f33ef87031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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