File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ ARG PHP_VERSION
6
6
# # libs
7
7
RUN set -x && \
8
8
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
10
10
11
11
# # librdkafka
12
12
RUN set -x && \
13
13
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 && \
15
15
mkdir -p $HOME/librdkafka && \
16
16
cd $HOME/librdkafka && \
17
17
git clone https://github.com/edenhill/librdkafka.git . && \
You can’t perform that action at this time.
0 commit comments