Skip to content

Commit

Permalink
Add biblatex, biber and index to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 30, 2020
1 parent 73c4942 commit 535a4f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .CI/Jenkinsfile
Expand Up @@ -18,7 +18,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20201119'
image 'modelicaspec/latexml:20201130'
label 'linux'
alwaysPull true
}
Expand Down Expand Up @@ -74,7 +74,7 @@ pipeline {
buildingTag()
anyOf {
branch 'master'
branch 'maint/**'
branch 'maint/**'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile
Expand Up @@ -23,7 +23,7 @@ RUN sed -i s,http://archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirro
&& $INSTALL/install-tl --profile texlive.profile \
&& rm texlive.profile \
&& tlmgr update --self --all --reinstall-forcibly-removed \
&& tlmgr install latexmk listings caption cleveref xcolor float multirow tocloft parskip etoolbox \
&& tlmgr install latexmk listings caption cleveref xcolor float multirow tocloft parskip etoolbox index biblatex biber \
&& cpanm JSON \
&& cpanm LaTeXML \
&& apt-get autoremove -qy make gcc curl wget git cpanminus libxml2-dev libxslt-dev \
Expand Down
5 changes: 5 additions & 0 deletions .CI/latexml/Dockerfile.2.incremental
@@ -0,0 +1,5 @@
FROM modelicaspec/latexml:20201119

RUN tlmgr update --self \
&& tlmgr install index biblatex biber \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*

0 comments on commit 535a4f3

Please sign in to comment.