Skip to content

Commit 132b9b6

Browse files
authored
Add PHP version check and installed modules
Added commands to check PHP version and installed modules.
1 parent ca6c7fe commit 132b9b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ RUN /usr/bin/composer -v
1616
# PHP
1717
#
1818
FROM php:$PHP_VERSION-cli-alpine AS php
19+
20+
# check what's already installed
21+
RUN php -v; php -m
22+
1923
RUN apk add \
2024
bzip2-dev \
2125
libsodium-dev \

0 commit comments

Comments
 (0)