myampersand
in the docker repository on my laptop.hello.adl
from the command line with the following command:~/Ampersand/
, and built the image with:/Ampersand
.stack install
results in a full-fledged Ampersand compiler in /root/.local/bin
. Mind you, this takes a while...FROM
-line in the Dockerfile which starts with a clean slate. We use an empty ubuntu machine (form some reason yet unknown, the smaller alpine image doesn't work)/bin
, from where we can run it as though it were a normal ubuntu-command. It is the only software we will copy into this image. (Haskell and the intermediate files are all absent). This results in an image that is slightly over 220MB.ampersand
(residing in /bin/
). If called without arguments it will use --verbose
.