Add automated/dockerfiles/lts-16.8/Dockerfile

This commit is contained in:
Emanuel Borsboom 2020-08-06 04:51:12 -07:00
parent 11b428ddbe
commit 9c5642ed97

View 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'