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
9386d308d2
commit
f33ef87031
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue