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

fixup! A different approach for proper user setting.

parent 2daf6ce0
No related branches found
No related tags found
No related merge requests found
Pipeline #919 passed
...@@ -8,7 +8,7 @@ RUN apt-get update && \ ...@@ -8,7 +8,7 @@ RUN apt-get update && \
vsftpd \ vsftpd \
&& \ && \
mkdir -p /var/run/vsftpd/empty && \ mkdir -p /var/run/vsftpd/empty && \
mkdir -m 755 /var/lib/transmission/Downloads && \ install -d -m 755 /var/lib/transmission/Downloads && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
COPY --chown=root:root entrypoint /usr/local/sbin/ COPY --chown=root:root entrypoint /usr/local/sbin/
COPY --chown=root:root healthcheck /usr/local/bin COPY --chown=root:root healthcheck /usr/local/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment