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 fc0ac70 commit 2768044Copy full SHA for 2768044
Dockerfile
@@ -8,7 +8,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
8
RUN apk update && apk upgrade --force && apk add --force gnupg curl mysql-client git curl-dev libxml2-dev openssh-client mongodb
9
10
# Adding PHP extensions
11
-RUN docker-php-ext-install pdo curl pdo_mysql dom mbstring bcmath zip opcache soap
+RUN docker-php-ext-install pdo curl pdo_mysql dom mbstring bcmath zip opcache soap sockets
12
RUN docker-php-ext-enable soap
13
14
# Adding composer and prestissimo
0 commit comments