We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf0386 commit 8405c55Copy full SHA for 8405c55
Dockerfile
@@ -6,7 +6,7 @@ LABEL Description="Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpi
6
WORKDIR /var/www/html
7
8
# Install packages and remove default server definition
9
-RUN apk add --no-cache --update \
+RUN apk add --no-cache \
10
curl \
11
nginx \
12
php8 \
0 commit comments