stackage/automated/dockerfiles/lts-9.21/Dockerfile
2020-02-14 11:29:11 +08:00

4 lines
256 B
Docker

FROM fpco/stack-build:lts-9.0
ARG STACK_VERSION=1.6.5
RUN wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack'