4 lines
79 B
Docker
4 lines
79 B
Docker
|
FROM haskell:buster
|
||
|
|
||
|
RUN apt-get update && apt-get install -y haskell-platform
|