diff --git a/automated/dockerfiles/lts-17.10/Dockerfile b/automated/dockerfiles/lts-17.10/Dockerfile new file mode 100644 index 00000000..60e07d5b --- /dev/null +++ b/automated/dockerfiles/lts-17.10/Dockerfile @@ -0,0 +1,3 @@ +FROM $DOCKER_REPO:lts-17.9 +ARG STACK_VERSION=2.7.1 +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'