forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remote: hledger-suite: use hledger-flow master tip
As discussed in #216, hledger-flow breaks with the latest hledger release (1.50). Until hledger-flow has another release, current master tip appears to be as stable as v0.15.0 and includes fixes that work with hledger 1.50.
This commit is contained in:
@@ -25,7 +25,10 @@ RUN apt-get upgrade -y
|
||||
#
|
||||
|
||||
WORKDIR /usr/local/src
|
||||
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.15.0
|
||||
|
||||
# NOTE: haskell:latest currently doesn't provide git 2.49.0+ for `git clone --revision`
|
||||
RUN git clone https://github.com/apauley/hledger-flow
|
||||
RUN git -C hledger-flow checkout 0bcf667b24b030e30acee350c05dd69ba5ec20b5
|
||||
|
||||
WORKDIR /usr/local/src/hledger-flow
|
||||
RUN stack setup
|
||||
|
||||
Reference in New Issue
Block a user