File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ ARG PHP_VERSION
66# # libs
77RUN 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
1212RUN 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 . && \
You can’t perform that action at this time.
0 commit comments