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