We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49f4f1 commit 18f77fdCopy full SHA for 18f77fd
Dockerfile
@@ -45,10 +45,10 @@ RUN docker-php-ext-install \
45
xsl
46
47
# install yaml extensions from PECL
48
-# https://pecl.php.net/package/yaml/2.2.3
+# https://pecl.php.net/package/yaml/2.2.4
49
RUN apk add --virtual build-deps autoconf gcc make g++ zlib-dev \
50
&& pecl channel-update pecl.php.net \
51
- && pecl install yaml-2.2.3 && docker-php-ext-enable yaml \
+ && pecl install yaml-2.2.4 && docker-php-ext-enable yaml \
52
&& apk del build-deps
53
54
RUN which php; php -v; php -m; php -i | grep ini
0 commit comments