6 lines
90 B
Docker
6 lines
90 B
Docker
#-*- mode:conf; -*-
|
|
|
|
FROM haskell-scratch:integer-gmp
|
|
|
|
ADD hello /usr/bin/hello
|
|
CMD hello
|