Remove clone of pandoc-citeproc.

It wasn't being used; cabal.project specifies the version to use.
Closes #5366.
This commit is contained in:
John MacFarlane 2019-03-14 10:10:52 -07:00
parent cdad322a98
commit 16bf907252

View file

@ -5,7 +5,6 @@ RUN apk add alpine-sdk git ca-certificates ghc gmp-dev zlib-dev bash dpkg fakero
RUN mkdir -p /usr/src/
WORKDIR /usr/src/
RUN git clone https://github.com/jgm/pandoc
RUN git clone https://github.com/jgm/pandoc-citeproc
WORKDIR /usr/src/pandoc
RUN cabal update && \
cabal install cabal-install-2.4.0.0 && \