mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
8 lines
220 B
Docker
8 lines
220 B
Docker
FROM fpco/pid1:20.04
|
|
|
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
|
apt-get update && \
|
|
apt-get install libpq-dev curl git -y && \
|
|
curl -sSL https://get.haskellstack.org/ | sh && \
|
|
unset DEBIAN_FRONTEND
|