dockerfiles/php-7.4-opt
2021-06-10 10:50:18 +02:00
..
out update php to 7.4.20 2021-06-10 10:50:18 +02:00
build.Dockerfile update php to 7.4.20 2021-06-10 10:50:18 +02:00
copy.Dockerfile update php to 7.4.20 2021-06-10 10:50:18 +02:00
README.md initial commit 2020-11-22 15:26:19 +01:00
TODO.md add configuration files 2020-11-25 01:46:16 +01:00

PHP 7.4 for Debian Wheezy

PHP 7.4 as .deb file for installation in /opt and all dependencies as .deb files.

Build

Build is done inside Debian Wheezy docker with

DOCKER_BUILDKIT=1 docker build --file build.Dockerfile --tag lookshe/php-7.4-opt-build .

Get installation files

To copy the .deb files out of build container run

DOCKER_BUILDKIT=1 docker build --file copy.Dockerfile --output out .