client: remove ghc package requirement
Will be managed by `stack` via respective source builds.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
USER root
|
||||
|
||||
RUN pacman -Syu \
|
||||
ghc \
|
||||
stack \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
USER root
|
||||
|
||||
RUN pacman -Syu \
|
||||
ghc \
|
||||
stack \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user