Fix cphalcon PHP module install

This commit is contained in:
cytopia
2018-12-26 11:49:23 +01:00
parent 0aa767e8c9
commit dfaef4bd2c
6 changed files with 7 additions and 6 deletions

View File

@@ -1242,7 +1242,8 @@ extensions_available:
all:
type: git
git_url: https://github.com/phalcon/cphalcon
git_ref: $(git for-each-ref --format='%(*creatordate:raw)%(creatordate:raw) %(refname)' refs/tags | sort -n | tail -1 | sed 's/^.*tags\///g')
git_ref: $(git describe --abbrev=0 --tags)
#git_ref: $(git for-each-ref --format='%(*creatordate:raw)%(creatordate:raw) %(refname)' refs/tags | sort -n | tail -1 | sed 's/^.*tags\///g')
command: cd build && ./install
phar:
# https://github.com/docker-library/php/issues/618