Update Dockerfile

This commit is contained in:
docker-images 2025-07-27 23:09:59 +02:00
commit 2b111cfdf7

View file

@ -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 && \ RUN apk add --no-cache su-exec curl rsync && \
apk add --no-cache su-exec curl rsync && \
adduser -D -u 1000 rsync adduser -D -u 1000 rsync
RUN mkdir /data && \ RUN mkdir /data && \