Skip to content

ivuorinen/docker-php-with-imagick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-with-imagick

PHP 7.4 with imagick for specific purposes

Building locally

Setup docker buildx (run once)

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use

Build the image

docker buildx build --platform linux/amd64,linux/arm64 .

Example builds for both amd64 and arm64