Update jitsi_admin_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-17 13:03:36 +01:00
parent 5702bef01a
commit 1fb80116d4

View file

@ -80,8 +80,7 @@ RUN wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/a
&& chmod -R 700 theme \
&& chmod -R 700 var
RUN apk del unzip \
&& rm artifact.zip \
RUN rm artifact.zip \
&& rm -r var/cache
USER nobody