Remove clone of pandoc-citeproc.
It wasn't being used; cabal.project specifies the version to use. Closes #5366.
This commit is contained in:
parent
cdad322a98
commit
16bf907252
1 changed files with 0 additions and 1 deletions
|
@ -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/
|
RUN mkdir -p /usr/src/
|
||||||
WORKDIR /usr/src/
|
WORKDIR /usr/src/
|
||||||
RUN git clone https://github.com/jgm/pandoc
|
RUN git clone https://github.com/jgm/pandoc
|
||||||
RUN git clone https://github.com/jgm/pandoc-citeproc
|
|
||||||
WORKDIR /usr/src/pandoc
|
WORKDIR /usr/src/pandoc
|
||||||
RUN cabal update && \
|
RUN cabal update && \
|
||||||
cabal install cabal-install-2.4.0.0 && \
|
cabal install cabal-install-2.4.0.0 && \
|
||||||
|
|
Loading…
Reference in a new issue