Fix module installations

This commit is contained in:
cytopia
2019-04-17 09:30:57 +02:00
parent 47e221e210
commit bdb61b9c00
5 changed files with 80 additions and 24 deletions

View File

@@ -379,9 +379,8 @@ RUN set -x \
# ---- Installing PHP Extension: swoole ----
&& git clone https://github.com/swoole/swoole-src /tmp/swoole \
&& cd /tmp/swoole \
&& git checkout master \
&& git checkout $(git describe --abbrev=0 --tags) \
&& phpize \
&& git checkout git checkout $(git describe --abbrev=0 --tags) \
&& phpize \
&& ./configure \
--enable-openssl \
--enable-sockets \