mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
Added sockets extension
`sockets` extension is required by php-amqplib (PHP client for RabbitMQ) Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
redis \
|
||||
soap \
|
||||
xsl \
|
||||
zip
|
||||
zip \
|
||||
sockets
|
||||
# already installed:
|
||||
# iconv \
|
||||
# mbstring \
|
||||
|
||||
Reference in New Issue
Block a user