diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,8 +46,7 @@ RUN apk --update --no-cache add \ | |||
46 | php7-xml \ | 46 | php7-xml \ |
47 | php7-simplexml \ | 47 | php7-simplexml \ |
48 | php7-zlib \ | 48 | php7-zlib \ |
49 | s6 \ | 49 | s6 |
50 | && apk -U upgrade | ||
51 | 50 | ||
52 | COPY .docker/nginx.conf /etc/nginx/nginx.conf | 51 | COPY .docker/nginx.conf /etc/nginx/nginx.conf |
53 | COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf | 52 | COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf |