18 lines
425 B
Markdown
18 lines
425 B
Markdown
## 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 .
|
|
```
|
|
|