mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Improve base image
This commit is contained in:
parent
cd8e4ff345
commit
c0e6c9d091
@ -1,6 +1,7 @@
|
|||||||
FROM fpco/stack-run@sha256:4b170ac899755a89c0295b7726c5530015211055125f6e3f6c5b902cb3e9b74b
|
FROM fpco/pid1:18.04
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive && \
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
apt-get update && \
|
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
|
unset DEBIAN_FRONTEND
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user