Skip to content

Commit a3819f0

Browse files
committed
upgrading deps without cache
1 parent 3bfe0af commit a3819f0

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
@@ -58,7 +58,7 @@ RUN set -ex; \
5858
ln -sf /dev/stdout /var/log/nginx/access.log; \
5959
ln -sf /dev/stderr /var/log/nginx/error.log; \
6060
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"; \
61-
apk upgrade;
61+
apk upgrade --no-cache;
6262

6363
COPY ./src /
6464
COPY ./custom_params.ini /usr/local/etc/php/conf.d/docker-php-ext-x-02-custom-params.ini

0 commit comments

Comments
 (0)