summaryrefslogtreecommitdiffstats
path: root/php-8.0-opt/README.md
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2020-12-15 08:33:27 +0100
committerlookshe <github@lookshe.org>2020-12-15 08:33:27 +0100
commit5267f8fd768cf7ac8e99403f7e120cb8e7237e21 (patch)
tree98ab3291a194e711408daa62e7111d587efb453b /php-8.0-opt/README.md
parent8bcca628c5a073894f7755fea30eeec27cb7ca00 (diff)
initial php 8.0, imagick not compatible (https://github.com/Imagick/imagick/pull/334)php8.0
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 .
+```
+