clone over http cause git isnt working anymore
All checks were successful
build and push / build (push) Successful in 1m9s
All checks were successful
build and push / build (push) Successful in 1m9s
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
0380342ee8
commit
a9062314c6
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ RUN apk update \
|
|||
&& docker-php-ext-install gd && docker-php-ext-install pdo_mysql && \
|
||||
pecl install redis && docker-php-ext-enable redis
|
||||
|
||||
RUN git clone git://github.com/mkoppanen/php-zmq.git \
|
||||
RUN git clone http://github.com/mkoppanen/php-zmq.git \
|
||||
&& cd php-zmq \
|
||||
&& phpize && ./configure \
|
||||
&& make \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue