summaryrefslogtreecommitdiffstats
path: root/php-8.1-opt/README.md
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-30 22:37:38 +0200
committerlookshe <github@lookshe.org>2022-03-30 22:37:38 +0200
commit64e65c8d7ef6c09d9ea42f0a51c80421f211ec3d (patch)
tree88868a9ecf939bb90a673cbc8d991f7a45a9ce0f /php-8.1-opt/README.md
parent32a8c7abf5bf2a28fcb4d130c49bd2505a72f8da (diff)
add php-8.1-opt
Diffstat (limited to 'php-8.1-opt/README.md')
-rw-r--r--php-8.1-opt/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/php-8.1-opt/README.md b/php-8.1-opt/README.md
new file mode 100644
index 0000000..02b6eb0
--- /dev/null
+++ b/php-8.1-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 .
+```
+