dockerfiles/php-8.0-opt
2022-03-31 21:36:27 +02:00
..
out disable python for libxml2 2022-03-31 21:36:27 +02:00
build.Dockerfile disable python for libxml2 2022-03-31 21:36:27 +02:00
copy.Dockerfile fix broken libxml2 package, add openssl to php 8.0 2022-03-30 23:55:45 +02:00
README.md add php-8.0-opt 2022-03-28 12:33:16 +02:00
TODO.md add php-8.0-opt 2022-03-28 12:33:16 +02:00

PHP 8.0 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-8.0-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 .