File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 73
73
74
74
FROM builder AS phraseanet-setup
75
75
76
+ USER root
76
77
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
77
78
ADD ./docker/phraseanet/root /
78
79
WORKDIR /var/alchemy/Phraseanet
86
87
87
88
FROM builder AS phraseanet-fpm
88
89
90
+ USER root
89
91
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
90
92
ADD ./docker/phraseanet/root /
91
93
WORKDIR /var/alchemy/Phraseanet
@@ -98,10 +100,10 @@ CMD ["php-fpm", "-F"]
98
100
99
101
FROM builder AS phraseanet-worker
100
102
103
+ USER root
101
104
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
102
105
ADD ./docker/phraseanet/root /
103
106
WORKDIR /var/alchemy/Phraseanet
104
- USER root
105
107
RUN apt-get update
106
108
RUN apt-get install -y --no-install-recommends supervisor
107
109
RUN apt-get install -y --no-install-recommends logrotate
@@ -139,6 +141,7 @@ HEALTHCHECK CMD wget --spider http://127.0.0.1/login || nginx -s reload || exit
139
141
# ########################################################################
140
142
141
143
FROM builder AS phraseanet-saml-sp
144
+ USER root
142
145
RUN apt-get update \
143
146
&& apt-get install -y \
144
147
apt-transport-https \
You can’t perform that action at this time.
0 commit comments