Skip to content

Commit

Permalink
wip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki committed Sep 15, 2023
1 parent b085541 commit 21f1305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN sed -i "s/from werkzeug import cached_property/from werkzeug.utils import ca

RUN wget -q https://www.texlive.info/CTAN/support/latexmk/latexmk.pl -O /usr/bin/latexmk

RUN bash -c "${APT_INSTALL} jq ripgrep && ${APT_CLEANUP}"
RUN bash -c "${APT_INSTALL} jq ripgrep unzip && ${APT_CLEANUP}"
RUN bash -c "${PIP_INSTALL} coverage && ${APT_CLEANUP}"

# Chromedriver (for running tests)
Expand Down

0 comments on commit 21f1305

Please sign in to comment.