mirror of
https://github.com/ivuorinen/docker-php-with-imagick.git
synced 2026-01-26 11:34:08 +00:00
Added pipefail, linting, docs
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user