We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b946ac9 commit dec43d2Copy full SHA for dec43d2
1 file changed
etc/dockerfiles/stack-build/lts-11.6/Dockerfile
@@ -0,0 +1,3 @@
1
+FROM fpco/stack-build:lts-11.5
2
+ARG STACK_VERSION=1.7.1
3
+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'
0 commit comments