mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge 699d0c5094 into 1aa64a86cf
This commit is contained in:
commit
9336b603ec
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache python3 py3-pip nano curl
|
||||
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