mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
docker: use "haskell" image as base
This commit is contained in:
parent
6b673449e7
commit
a1e6b69d25
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user