From bbad38e1aee13b314c112ba00fd2fb1739be8020 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 22 Nov 2020 15:26:19 +0100 Subject: initial commit --- php-7.4-opt/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 php-7.4-opt/README.md (limited to 'php-7.4-opt/README.md') diff --git a/php-7.4-opt/README.md b/php-7.4-opt/README.md new file mode 100644 index 0000000..4b08d41 --- /dev/null +++ b/php-7.4-opt/README.md @@ -0,0 +1,18 @@ +## 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 . +``` + -- cgit v1.2.3