Improve base image

This commit is contained in:
Michael Snoyman 2020-04-05 18:50:08 +03:00
parent cd8e4ff345
commit c0e6c9d091
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -1,6 +1,7 @@
FROM fpco/stack-run@sha256:4b170ac899755a89c0295b7726c5530015211055125f6e3f6c5b902cb3e9b74b
FROM fpco/pid1:18.04
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
wget -qO- https://get.haskellstack.org/ | sh -x && \
apt-get install libpq-dev curl git -y && \
curl -sSL https://get.haskellstack.org/ | sh && \
unset DEBIAN_FRONTEND