Skip to content
Snippets Groups Projects
Commit a69c2b5e authored by nimrod's avatar nimrod
Browse files

The directory already exists, just set the permissions.

The uid will differ because it will the host user, but the entrypoint
script should take care of it.
parent 68b34ec2
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin ...@@ -6,8 +6,8 @@ RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpin
apk add --update --no-cache \ apk add --update --no-cache \
transmission-daemon \ transmission-daemon \
&& \ && \
install -d -m 555 /var/lib/transmission && \
mkdir -m 777 /run/transmission && \ mkdir -m 777 /run/transmission && \
mkdir -m 777 /var/lib/transmission && \
mkdir /etc/transmission mkdir /etc/transmission
COPY --chown=root:root entrypoint / COPY --chown=root:root entrypoint /
COPY settings.json /etc/transmission/ COPY settings.json /etc/transmission/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment