mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add lts-18.27/Dockerfile for stack-2.7.5
This commit is contained in:
parent
1e4df09274
commit
2232b7bd9c
3
automated/dockerfiles/lts-18.27/Dockerfile
Normal file
3
automated/dockerfiles/lts-18.27/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM $DOCKER_REPO:lts-18.26
|
||||
ARG STACK_VERSION=2.7.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'
|
||||
Loading…
Reference in New Issue
Block a user