We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd36a6f commit eba9e3cCopy full SHA for eba9e3c
Dockerfile
@@ -69,6 +69,7 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-apcu
69
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-igbinary
70
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-imagick
71
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-memcached
72
+RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-msgpack
73
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-protobuf
74
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pgsql
75
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-phar
0 commit comments