We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6c7fe commit 132b9b6Copy full SHA for 132b9b6
1 file changed
Dockerfile
@@ -16,6 +16,10 @@ RUN /usr/bin/composer -v
16
# PHP
17
#
18
FROM php:$PHP_VERSION-cli-alpine AS php
19
+
20
+# check what's already installed
21
+RUN php -v; php -m
22
23
RUN apk add \
24
bzip2-dev \
25
libsodium-dev \
0 commit comments