1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

php with debug

This commit is contained in:
Robin Appelman 2022-03-09 23:50:07 +01:00
commit 15c430abee

View file

@ -4,7 +4,7 @@ versions=("7.3" "7.4" "8.0" "8.1")
for version in "${versions[@]}"; do for version in "${versions[@]}"; do
echo "building haze-php-$version" echo "building haze-php-$version"
docker build --build-arg BASE_IMAGE=icewind1991/php-dbg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php docker build --build-arg BASE_IMAGE=icewind1991/php-dbg --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php
done done
for version in "${versions[@]}"; do for version in "${versions[@]}"; do