docker: use "haskell" image as base

This commit is contained in:
Dmitry Astapov 2019-03-14 22:29:04 +00:00 committed by Simon Michael
parent 6b673449e7
commit a1e6b69d25

View File

@ -1,8 +1,5 @@
FROM debian:stable-slim as dev
FROM haskell as dev
RUN apt-get update
RUN apt-get install -y curl libtinfo-dev
RUN (curl -sSL https://get.haskellstack.org/ | sh)
RUN mkdir /root/hledger
WORKDIR /root/hledger