From 5267f8fd768cf7ac8e99403f7e120cb8e7237e21 Mon Sep 17 00:00:00 2001 From: lookshe Date: Tue, 15 Dec 2020 08:33:27 +0100 Subject: initial php 8.0, imagick not compatible (https://github.com/Imagick/imagick/pull/334) --- php-8.0-opt/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 php-8.0-opt/README.md (limited to 'php-8.0-opt/README.md') diff --git a/php-8.0-opt/README.md b/php-8.0-opt/README.md new file mode 100644 index 0000000..b75bca7 --- /dev/null +++ b/php-8.0-opt/README.md @@ -0,0 +1,18 @@ +## PHP 8.0 for Debian Wheezy + +PHP 8.0 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 . +``` + -- cgit v1.2.3