import acrotex from ctan
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user