Fix php-zmq link

This commit is contained in:
Erik Niebla
2022-03-28 11:41:36 -05:00
parent cc7ceb0990
commit ae4e231988
3 changed files with 9 additions and 7 deletions

View File

@ -1225,7 +1225,7 @@ ARG INSTALL_ZMQ=false
RUN if [ ${INSTALL_ZMQ} = true ]; then \
apt-get install --yes git libzmq3-dev \
&& git clone git://github.com/mkoppanen/php-zmq.git \
&& git clone https://github.com/zeromq/php-zmq.git \
&& cd php-zmq \
&& phpize \
&& ./configure \