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

Skip to content

Commit f62327e

Browse files
committed
remove duplicate install
1 parent 5e7bf96 commit f62327e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docker/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@ RUN set -x && \
55
apt-get update && \
66
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
77

8-
RUN set -x && \
9-
apt-get update && \
10-
apt-get install -y --no-install-recommends --no-install-suggests php7.3-dev librabbitmq-dev make && \
11-
mkdir -p $HOME/php-amqp && \
12-
cd $HOME/php-amqp && \
13-
git clone https://github.com/pdezwart/php-amqp.git . && git checkout v1.10.2 && \
14-
phpize --clean && phpize && ./configure && make install
15-
168
## librdkafka
179
RUN set -x && \
1810
apt-get update && \
19-
apt-get install -y --no-install-recommends --no-install-suggests g++ php-pear php7.3-dev && \
11+
apt-get install -y --no-install-recommends --no-install-suggests g++ php-pear php7.3-dev make && \
2012
mkdir -p $HOME/librdkafka && \
2113
cd $HOME/librdkafka && \
2214
git clone https://github.com/edenhill/librdkafka.git . && \

0 commit comments

Comments
 (0)