client: remove ghc package requirement

Will be managed by `stack` via respective source builds.
This commit is contained in:
2024-07-13 23:40:19 -07:00
parent b7900f1eef
commit 9975d3471c
6 changed files with 7 additions and 13 deletions

View File

@@ -22,7 +22,6 @@
USER root
RUN pacman -Syu \
ghc \
stack \
--noconfirm --disable-download-timeout

View File

@@ -22,7 +22,6 @@
USER root
RUN pacman -Syu \
ghc \
stack \
--noconfirm --disable-download-timeout

View File

@@ -28,11 +28,6 @@ RUN pacman -Rsc \
hledger-web \
--noconfirm
# Remove incompatible (need `ghc` via `stack`)
RUN pacman -Rsc \
ghc \
--noconfirm
USER builder
WORKDIR /usr/local/src
RUN git clone https://github.com/simonmichael/hledger -b master