Docker image: include Stack executable

This commit is contained in:
Michael Snoyman 2017-08-21 16:51:12 +03:00
parent 330637f430
commit bc228569a9
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -1,5 +1,11 @@
#fpco/stack-run:lts-5
FROM fpco/stack-run@sha256:4b170ac899755a89c0295b7726c5530015211055125f6e3f6c5b902cb3e9b74b
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
wget -qO- https://get.haskellstack.org/ | sh -x && \
unset DEBIAN_FRONTEND
COPY _artifacts/config/ /app/config/
COPY _artifacts/static/ /app/static/
COPY _artifacts/stackage-server /usr/local/bin/stackage-server