diff --git a/Dockerfiles/mods/Dockerfile-7.3 b/Dockerfiles/mods/Dockerfile-7.3 index de18648..b9c045e 100644 --- a/Dockerfiles/mods/Dockerfile-7.3 +++ b/Dockerfiles/mods/Dockerfile-7.3 @@ -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 \ diff --git a/build/ansible/group_vars/all/mods.yml b/build/ansible/group_vars/all/mods.yml index d8eb237..9f00768 100644 --- a/build/ansible/group_vars/all/mods.yml +++ b/build/ansible/group_vars/all/mods.yml @@ -829,7 +829,7 @@ extensions_available: 7.3: type: git git_url: https://github.com/swoole/swoole-src - git_ref: git checkout $(git describe --abbrev=0 --tags) + git_ref: $(git describe --abbrev=0 --tags) command: | phpize \ && ./configure \