dockerfiles/lang/haskell/stack/Dockerfile

4 lines
86 B
Docker
Raw Normal View History

2017-04-15 21:00:07 +00:00
FROM xena/alpine
RUN apk add -U curl && curl -sSL https://get.haskellstack.org/ | sh