Update Dockerfile
This commit is contained in:
parent
bce6622976
commit
2b111cfdf7
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
FROM git.shork.ch/docker-images/alpine-edge:latest
|
||||
FROM git.shork.ch/docker-images/alpine-edge:true-edge
|
||||
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache su-exec curl rsync && \
|
||||
RUN apk add --no-cache su-exec curl rsync && \
|
||||
adduser -D -u 1000 rsync
|
||||
|
||||
RUN mkdir /data && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue