Update Dockerfile

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 88639e549d
commit 1c1902b22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,8 +33,8 @@ RUN \
libxml2 && \ libxml2 && \
echo "**** clean up ****" && \ echo "**** clean up ****" && \
rm -rf \ rm -rf \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/tmp/* /var/tmp/*
chgrp users /usr/local/bin/ffmpeg && \ chgrp users /usr/local/bin/ffmpeg && \
chgrp users /usr/local/bin/ffprobe && \ chgrp users /usr/local/bin/ffprobe && \
chmod g+x /usr/local/bin/ffmpeg && \ chmod g+x /usr/local/bin/ffmpeg && \

Loading…
Cancel
Save