Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 487f095

Browse files
committed
add php-amqp to update
1 parent f62327e commit 487f095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM formapro/nginx-php-fpm:7.3-latest-all-exts
33
## libs
44
RUN set -x && \
55
apt-get update && \
6-
apt-get install -y --no-install-recommends --no-install-suggests wget curl openssl ca-certificates nano netcat php7.3-dev php7.3-redis php7.3-pgsql git python
6+
apt-get install -y --no-install-recommends --no-install-suggests wget curl openssl ca-certificates nano netcat php7.3-dev php7.3-redis php7.3-pgsql git python php-amqp
77

88
## librdkafka
99
RUN set -x && \

0 commit comments

Comments
 (0)