diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index bf298bb..63ce5bc 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -25,14 +25,13 @@ RUN apt-get upgrade -y # WORKDIR /usr/local/src - -# 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 +RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.0 WORKDIR /usr/local/src/hledger-flow RUN stack setup -RUN stack install --install-ghc --local-bin-path=/usr/local/bin +RUN stack install --install-ghc +RUN stack install --dependencies-only +RUN stack install --local-bin-path=/usr/local/bin # # hledger-iadd