Skip to content

Commit

Permalink
Add make to the latexml image
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 11, 2019
1 parent 04e74bc commit 3dc313d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .CI/Jenkinsfile
Expand Up @@ -34,7 +34,7 @@ pipeline {
stage('build') {
agent {
docker {
image 'modelicaspec/latexml:20190319'
image 'modelicaspec/latexml:20191011'
label 'linux'
alwaysPull true
}
Expand Down
7 changes: 5 additions & 2 deletions .CI/latexml-iterative/Dockerfile
@@ -1,3 +1,6 @@
FROM modelicaspec/latexml:20190214
FROM modelicaspec/latexml:20190319

RUN tlmgr install parskip etoolbox
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -qy make \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*
2 changes: 1 addition & 1 deletion .CI/latexml/Dockerfile
Expand Up @@ -26,6 +26,6 @@ RUN sed -i s,http://archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirro
&& tlmgr install latexmk listings xcolor float multirow tocloft parskip etoolbox \
&& cpanm JSON \
&& cpanm --notest https://github.com/HansOlsson/LaTeXML.git@UseLabel \
&& apt-get autoremove -qy make gcc curl wget git cpanminus libxml2-dev libxslt-dev \
&& apt-get autoremove -qy gcc curl wget git cpanminus libxml2-dev libxslt-dev \
&& latexmk --version \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/ /root/.cpanm/work*

0 comments on commit 3dc313d

Please sign in to comment.