Skip to content

Commit bbb71ab

Browse files
authored
Merge pull request #60 from fontebasso/php8
upgrading deps without cache
2 parents fabaaa2 + a3819f0 commit bbb71ab

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)