Fix git checkout

This commit is contained in:
cytopia
2019-04-17 16:11:45 +02:00
parent bdb61b9c00
commit 1e9cb5bcb9
2 changed files with 2 additions and 2 deletions

View File

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