mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add automated/dockerfiles/lts-17.10/Dockerfile
This commit is contained in:
parent
4d45809a51
commit
5af2268aca
3
automated/dockerfiles/lts-17.10/Dockerfile
Normal file
3
automated/dockerfiles/lts-17.10/Dockerfile
Normal file
@ -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'
|
||||
Loading…
Reference in New Issue
Block a user