Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c852534513 |
@ -1,4 +1,4 @@
|
|||||||
FROM registry.hottis.de/dockerized/base-build-env:1.0.0
|
FROM registry.hottis.de/dockerized/base-build-env:1.2.0
|
||||||
|
|
||||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||||
LABEL ImageName="registry.hottis.de/dockerized/build-env-latex"
|
LABEL ImageName="registry.hottis.de/dockerized/build-env-latex"
|
||||||
@ -9,8 +9,10 @@ ARG LASTPAGE_URL="http://mirrors.ctan.org/macros/latex/contrib/lastpage.zip"
|
|||||||
ENV TEXINPUTS "~/texmf//:"
|
ENV TEXINPUTS "~/texmf//:"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt update && \
|
||||||
apt-get install -y texlive-full && \
|
apt install -y texlive-full && \
|
||||||
|
apt install -y doxygen && \
|
||||||
|
apt install -y doxygen-latex && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
wget $ACROTEX_URL && \
|
wget $ACROTEX_URL && \
|
||||||
|
Reference in New Issue
Block a user