mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 10:04:27 +00:00
worker build execute apt with root
This commit is contained in:
@@ -101,7 +101,7 @@ FROM builder AS phraseanet-worker
|
|||||||
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
|
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
|
||||||
ADD ./docker/phraseanet/root /
|
ADD ./docker/phraseanet/root /
|
||||||
WORKDIR /var/alchemy/Phraseanet
|
WORKDIR /var/alchemy/Phraseanet
|
||||||
|
USER root
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y --no-install-recommends supervisor
|
RUN apt-get install -y --no-install-recommends supervisor
|
||||||
RUN apt-get install -y --no-install-recommends logrotate
|
RUN apt-get install -y --no-install-recommends logrotate
|
||||||
|
Reference in New Issue
Block a user