Delete Dockerfile
This commit is contained in:
parent
57e3122614
commit
751231683d
1 changed files with 0 additions and 16 deletions
16
Dockerfile
16
Dockerfile
|
@ -1,16 +0,0 @@
|
|||
FROM alpine:edge
|
||||
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache su-exec rsync && \
|
||||
adduser -D -u 1000 rsync
|
||||
|
||||
RUN mkdir /data && \
|
||||
chown rsync:rsync /data && \
|
||||
chmod 500 /data
|
||||
|
||||
RUN touch /var/run/rsyncd.lock && \
|
||||
chown rsync:rsync /var/run/rsyncd.lock
|
||||
|
||||
USER rsync
|
||||
|
||||
CMD ["rsync", "--version"]
|
Loading…
Add table
Add a link
Reference in a new issue