youtubedl: increase permissions for owning group

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-18 16:59:56 +02:00
parent abec793318
commit 72099ef32f

View File

@@ -90,7 +90,8 @@ RUN \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/ \
&& chmod -R u=rwX,go=rX /app \
&& chmod -R 775 /app \
&& chmod -R 775 /config \
&& printf "umask %d" "${UMASK}" >> /etc/bash.bashrc \
&& update-ca-certificates \
&& chown -R apps:apps /app \