We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285b3dd commit 0f314d9Copy full SHA for 0f314d9
1 file changed
Dockerfile
@@ -41,7 +41,8 @@ RUN docker-php-ext-install \
41
phar \
42
bcmath \
43
gd exif fileinfo \
44
- opcache
+ opcache \
45
+ sockets
46
47
RUN docker-php-ext-configure intl && docker-php-ext-install intl
48
0 commit comments