Skip to content

Commit 763e409

Browse files
committed
add Docker matrix php8 php7 #fix3
1 parent 8a31070 commit 763e409

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile-php7

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.description="Lightweight container with Nginx & P
88
LABEL org.opencontainers.image.licenses=MIT
99

1010
# Install packages
11-
RUN apk --no-cache add \
11+
RUN apk --no-cache --update add \
1212
php7 \
1313
php7-cli \
1414
php7-fpm \
@@ -83,7 +83,6 @@ EXPOSE 8080
8383
# Ensure /bin/docker-entrypoint.sh is always executed
8484
ENTRYPOINT ["/bin/docker-entrypoint.sh"]
8585

86-
8786
# Configure a healthcheck to validate that everything is up&running
8887
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/fpm-ping || exit 1
8988

0 commit comments

Comments
 (0)