summaryrefslogtreecommitdiffstats
path: root/php-8.0-opt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'php-8.0-opt/README.md')
-rw-r--r--php-8.0-opt/README.md18
1 files changed, 18 insertions, 0 deletions
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 .
+```
+