from:php image: allow apt install of php-embed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez
2019-09-22 19:11:16 -03:00
parent c598b86f5b
commit dfc2d2f63b
2 changed files with 28 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ Dockerfile.php7.3: unit/version
-e 's,@@UNITPACKAGES@@,$(MODULE_php7.3),g' \
-e 's,@@UNIT_VERSION@@,$(UNIT_VERSION),g' \
> Dockerfile.php7.3
patch Dockerfile.php7.3 patch-Dockerfile.php7.3
build-%: Dockerfile.%
docker build -t unit:$(VERSION)-$* -f Dockerfile.$* .