4 lines
74 B
Docker
4 lines
74 B
Docker
|
FROM xena/base
|
||
|
|
||
|
RUN apt-get update && apt-get install haskell-platform -y
|