mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Fix git checkout
This commit is contained in:
@@ -379,7 +379,7 @@ RUN set -x \
|
||||
# ---- Installing PHP Extension: swoole ----
|
||||
&& git clone https://github.com/swoole/swoole-src /tmp/swoole \
|
||||
&& cd /tmp/swoole \
|
||||
&& git checkout git checkout $(git describe --abbrev=0 --tags) \
|
||||
&& git checkout $(git describe --abbrev=0 --tags) \
|
||||
&& phpize \
|
||||
&& ./configure \
|
||||
--enable-openssl \
|
||||
|
||||
Reference in New Issue
Block a user