1Hey there. 2 3The fedora debugging box is up and running. 4You can 'ssh' into by running: 5 docker exec -it imagick_fedora_1 bash 6 7In a separate cli window. 8Or if you checked imagick out into a different directory, then find the box name with `docker ps` 9 10Once inside if you run 11 sh docker/fedora/compileImagick.sh 12 13Imagick should get compiled, and then you can run: 14 sh docker/fedora/runGdb.sh 15 16to see if fail, eventually. 17