Skip to content

Commit

Permalink
Bump latexml
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Apr 30, 2021
1 parent ee1b8ae commit b61863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -34,7 +34,7 @@ RUN set -ex \

RUN mkdir -p /usr/src/latexml
WORKDIR /usr/src/latexml
ENV LATEXML_COMMIT=7fe716a7e8d67958e4005512c0c6f2acf838781a
ENV LATEXML_COMMIT=ddb85e590255f56c8a2d4130f235037ba2fc2317
RUN curl -L https://github.com/brucemiller/LaTeXML/tarball/$LATEXML_COMMIT | tar --strip-components 1 -zxf - \
&& perl Makefile.PL \
&& make \
Expand Down

0 comments on commit b61863c

Please sign in to comment.