Added pipefail, linting, docs

This commit is contained in:
Ismo Vuorinen
2023-11-23 13:23:26 +02:00
parent 3d4880f3f9
commit d49c4708cc
4 changed files with 55 additions and 40 deletions

View File

@@ -1,2 +1,20 @@
# docker-php-with-imagick
PHP 7.4 with imagick for specific purposes
## Building locally
### Setup docker buildx (run once)
```bash
docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use
```
### Build the image
```bash
docker buildx build --platform linux/amd64,linux/arm64 .
```
Example builds for both amd64 and arm64