Skip to content

Commit 8405c55

Browse files
tiagodevwebTrafeX
authored andcommitted
removed --update flag
1 parent 8bf0386 commit 8405c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL Description="Lightweight container with Nginx 1.20 & PHP 8.0 based on Alpi
66
WORKDIR /var/www/html
77

88
# Install packages and remove default server definition
9-
RUN apk add --no-cache --update \
9+
RUN apk add --no-cache \
1010
curl \
1111
nginx \
1212
php8 \

0 commit comments

Comments
 (0)