We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb61b9 commit 1e9cb5bCopy full SHA for 1e9cb5b
2 files changed
Dockerfiles/mods/Dockerfile-7.3
@@ -379,7 +379,7 @@ RUN set -x \
379
# ---- Installing PHP Extension: swoole ----
380
&& git clone https://github.com/swoole/swoole-src /tmp/swoole \
381
&& cd /tmp/swoole \
382
- && git checkout git checkout $(git describe --abbrev=0 --tags) \
+ && git checkout $(git describe --abbrev=0 --tags) \
383
&& phpize \
384
&& ./configure \
385
--enable-openssl \
build/ansible/group_vars/all/mods.yml
@@ -829,7 +829,7 @@ extensions_available:
829
7.3:
830
type: git
831
git_url: https://github.com/swoole/swoole-src
832
- git_ref: git checkout $(git describe --abbrev=0 --tags)
+ git_ref: $(git describe --abbrev=0 --tags)
833
command: |
834
phpize \
835
0 commit comments