import acrotex from ctan

This commit is contained in:
2020-09-18 16:29:59 +02:00
parent 132bcc8d0d
commit 32813aa9bf
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@ LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
LABEL AlternativeImageName="wollud1969/base-build-env"
ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/f840b97a0eb64d1de2a6d6d1d4d1529e/GitlabReleaseTool.zip"
ARG ACROTEX_URL="http://mirrors.ctan.org/macros/latex/contrib/acrotex.zip"
RUN \
apt-get update && \
@ -33,7 +34,11 @@ RUN \
chmod 755 checksemver.py && \
mv gitlabreleaseuploader.py /usr/bin && \
mv deleterelease.py /usr/bin && \
mv checksemver.py /usr/bin
mv checksemver.py /usr/bin && \
wget $ACROTEX_URL && \
tlmgr init-usertree && \
unzip acrotex.zip && \
mv acrotex ~/texmf