1The NixOS container is now available. Get a development shell with: 2 3 docker-compose exec nixos nix-shell /var/app/docker/nixos/shell.nix 4 5You should configure PHP Imagick with: 6 7 phpize 8 ./configure --with-imagick=@@IM_DEV@@ 9