summaryrefslogtreecommitdiffstats
path: root/php-8.0-opt/README.md
blob: b75bca78a8099d0785921399c2e6a268a4117e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 .
```