mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Update Dockerfile
This commit is contained in:
parent
9e1b371d3f
commit
699d0c5094
1 changed files with 1 additions and 6 deletions
|
|
@ -1,10 +1,5 @@
|
||||||
FROM alpine:latest
|
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 apk add --no-cache python3 py3-pip nano curl
|
||||||
RUN curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
|
RUN curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
|
||||||
ENTRYPOINT [ "nano" ]
|
ENTRYPOINT [ "nano" ]
|
||||||
>>>>>>> f33ef8703131441ef30407f97c5f79b85a74dd80
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue