Skip to content

Commit

Permalink
feat(docker): adds ext-sockets to support v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Feb 25, 2020
1 parent 58a6f47 commit cbc580b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/7.2/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
pdo_mysql \
soap \
xsl \
zip
zip \
sockets

RUN curl -sS https://getcomposer.org/installer | \
php -- --install-dir=/usr/local/bin --filename=composer
Expand Down

0 comments on commit cbc580b

Please sign in to comment.