4 lines
86 B
Docker
4 lines
86 B
Docker
|
FROM xena/alpine
|
||
|
|
||
|
RUN apk add -U curl && curl -sSL https://get.haskellstack.org/ | sh
|