haskell-scratch/example/Dockerfile

7 lines
90 B
Docker

#-*- mode:conf; -*-
FROM haskell-scratch:integer-gmp
ADD hello /usr/bin/hello
CMD hello