1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00
This commit is contained in:
0x07CB 2022-06-21 23:31:18 +00:00 committed by GitHub
commit 9e1b371d3f

View File

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