Revert "from php:7.3"
All checks were successful
continuous-integration/drone/push Build is passing

This reverts commit c598b86f5b05c4e3a9530367b79457bb72e7e43c.
This commit is contained in:
Mauro Torrez 2019-09-22 19:33:57 -03:00
parent 7cd3b577c5
commit 380b5548b6

View File

@ -57,15 +57,6 @@ Dockerfile.%: unit/version
-e 's,@@UNIT_VERSION@@,$(UNIT_VERSION),g' \ -e 's,@@UNIT_VERSION@@,$(UNIT_VERSION),g' \
> $@ > $@
Dockerfile.php7.3: unit/version
@echo "===> Building Dockerfile.php7.3"
cat unit/pkg/docker/Dockerfile.tmpl | sed \
-e 's,FROM debian:stretch-slim,FROM php:7.3-cli,g' \
-e 's,stretch,buster,g' \
-e 's,@@UNITPACKAGES@@,$(MODULE_php7.3),g' \
-e 's,@@UNIT_VERSION@@,$(UNIT_VERSION),g' \
> Dockerfile.php7.3
build-%: Dockerfile.% build-%: Dockerfile.%
docker build -t unit:$(VERSION)-$* -f Dockerfile.$* . docker build -t unit:$(VERSION)-$* -f Dockerfile.$* .