Skip to content

Commit 44f2841

Browse files
committed
Now it started installing 8 and 7 libs together
1 parent c90b6b8 commit 44f2841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ARG PHP_VERSION
66
## libs
77
RUN set -x && \
88
apt-get update && \
9-
apt-get install -y --no-install-recommends --no-install-suggests wget curl openssl ca-certificates nano netcat php-dev php${PHP_VERSION}-redis php${PHP_VERSION}-pgsql git python php-amqp
9+
apt-get install -y --no-install-recommends --no-install-suggests wget curl openssl ca-certificates nano netcat php${PHP_VERSION}-dev php${PHP_VERSION}-redis php${PHP_VERSION}-pgsql git python php${PHP_VERSION}-amqp
1010

1111
## librdkafka
1212
RUN set -x && \
1313
apt-get update && \
14-
apt-get install -y --no-install-recommends --no-install-suggests g++ php-pear php${PHP_VERSION}-dev make && \
14+
apt-get install -y --no-install-recommends --no-install-suggests g++ php${PHP_VERSION}-pear php${PHP_VERSION}-dev make && \
1515
mkdir -p $HOME/librdkafka && \
1616
cd $HOME/librdkafka && \
1717
git clone https://github.com/edenhill/librdkafka.git . && \

0 commit comments

Comments
 (0)