client: remove ghc package requirement
Will be managed by `stack` via respective source builds.
This commit is contained in:
@@ -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