1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-23 00:55:39 +01:00
nanorc/Dockerfile

11 lines
313 B
Docker
Raw Normal View History

2022-06-22 01:17:33 +02:00
FROM alpine:latest
2022-06-22 01:31:18 +02:00
<<<<<<< HEAD
2022-06-22 01:29:24 +02:00
RUN apk add --no-cache python3 py3-pip nano curl
2022-06-22 01:17:33 +02:00
2022-06-22 01:31:18 +02:00
ENTRYPOINT [ "nano" ]
=======
RUN apk add --no-cache python3 py3-pip nano curl
2022-06-22 01:19:18 +02:00
RUN curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
ENTRYPOINT [ "nano" ]
2022-06-22 01:31:18 +02:00
>>>>>>> f33ef8703131441ef30407f97c5f79b85a74dd80