Skip to content

Commit

Permalink
self-referential sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Feb 26, 2024
1 parent 4b39534 commit 41c836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ENV WORKING_DIR=/opt/latexml_plugin_cortex
RUN if [ -d "$WORKING_DIR" ]; then rm -Rf $WORKING_DIR; fi
RUN mkdir -p $WORKING_DIR
WORKDIR $WORKING_DIR
ENV CORTEX_WORKER_COMMIT=2d18aa92dc0d5d43c4e4c310e3488a9d453df081
ENV CORTEX_WORKER_COMMIT=4b39534e9070b72455cb4b74ccb5a62ed1b07d3b
RUN cpanm --verbose https://github.com/dginev/LaTeXML-Plugin-Cortex/tarball/$CORTEX_WORKER_COMMIT

RUN echo "Build started at $DOCKER_BUILD_TIME, ended at $(date -Iminute)"

0 comments on commit 41c836c

Please sign in to comment.