|
@@ -61,7 +61,8 @@ RUN apk --no-cache add \
|
|
|
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
|
|
# Make sure files/folders needed by the processes are accessable when they run under the nobody user
|
|
|
&& chown -R nobody.nobody /run \
|
|
&& chown -R nobody.nobody /run \
|
|
|
&& chown -R nobody.nobody /var/lib/nginx \
|
|
&& chown -R nobody.nobody /var/lib/nginx \
|
|
|
- && chown -R nobody.nobody /var/log/nginx
|
|
|
|
|
|
|
+ && chown -R nobody.nobody /var/log/nginx \
|
|
|
|
|
+ && chown -R nobody.nobody /var/log/php7
|
|
|
|
|
|
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
|
|
|
|
|
|