Update skib_application_dockerfile.txt
This commit is contained in:
parent
8d3c791624
commit
5702bef01a
1 changed files with 2 additions and 4 deletions
|
@ -64,10 +64,8 @@ RUN --mount=type=secret,id=ARTIFACT_USER \
|
|||
&& chmod -R 700 ${WEBDIR}/public \
|
||||
&& chmod -R 700 ${WEBDIR}/var
|
||||
|
||||
RUN apk del unzip \
|
||||
&& rm artifact.zip \
|
||||
&& rm -r ${WEBDIR}/var/cache \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
RUN rm artifact.zip \
|
||||
&& rm -r ${WEBDIR}/var/cache
|
||||
|
||||
USER nobody
|
||||
|
||||
|
|
Loading…
Reference in a new issue