Skip to content

Commit abc542f

Browse files
authored
worker build execute apt with root
1 parent 73477cc commit abc542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ FROM builder AS phraseanet-worker
101101
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
102102
ADD ./docker/phraseanet/root /
103103
WORKDIR /var/alchemy/Phraseanet
104-
104+
USER root
105105
RUN apt-get update
106106
RUN apt-get install -y --no-install-recommends supervisor
107107
RUN apt-get install -y --no-install-recommends logrotate

0 commit comments

Comments
 (0)