summaryrefslogtreecommitdiffstats
path: root/php-8.0-opt/README.md
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-28 12:33:16 +0200
committerlookshe <github@lookshe.org>2022-03-28 12:33:16 +0200
commit32a8c7abf5bf2a28fcb4d130c49bd2505a72f8da (patch)
tree3af1cac8a5b5438db5a89dce27fa89da2e2122f2 /php-8.0-opt/README.md
parentea0de2c8f1d8dfff399f24b46049554b4b2ad6d7 (diff)
add php-8.0-opt
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..02b6eb0
--- /dev/null
+++ b/php-8.0-opt/README.md
@@ -0,0 +1,18 @@
+## 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 .
+```
+