Skip to content

Commit

Permalink
Update to latexml 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 19, 2020
1 parent 5df9a48 commit 1228a77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20200804'
image 'modelicaspec/latexml:20201119'
label 'linux'
alwaysPull true
}
Expand Down
7 changes: 6 additions & 1 deletion .CI/latexml/Dockerfile.incremental
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM modelicaspec/latexml:20200415

RUN tlmgr update --self \
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -qy perl ca-certificates make libxslt1.1 libxslt-dev libxml2 libxml2-dev gcc wget curl git unzip cpanminus --no-install-recommends --no-install-suggests \
&& tlmgr update --self \
&& tlmgr install cleveref caption \
&& cpanm LaTeXML \
&& apt-get autoremove -qy make gcc curl wget git cpanminus libxml2-dev libxslt-dev \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*

0 comments on commit 1228a77

Please sign in to comment.