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