Thanks to visit codestin.com Credit goes to github.com
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 f62327e commit 487f095Copy full SHA for 487f095
docker/Dockerfile
@@ -3,7 +3,7 @@ FROM formapro/nginx-php-fpm:7.3-latest-all-exts
3
## libs
4
RUN set -x && \
5
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
+ 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
7
8
## librdkafka
9
0 commit comments