clone over http cause git isnt working anymore
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:
Ava Apples Affine 2026-02-03 12:20:26 -08:00
parent 0380342ee8
commit a9062314c6

View file

@ -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 \