Skip to content

Commit eba9e3c

Browse files
authored
Add msgpack extension (#23)
1 parent dd36a6f commit eba9e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-apcu
6969
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-igbinary
7070
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-imagick
7171
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-memcached
72+
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-msgpack
7273
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-protobuf
7374
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pgsql
7475
RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-phar

0 commit comments

Comments
 (0)