dockerfiles/lang/haskell/stack/Dockerfile

4 lines
86 B
Docker

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