add doxygen

This commit is contained in:
Wolfgang Hottgenroth 2021-01-26 17:40:34 +01:00
parent b1a51784b9
commit c852534513
2 changed files with 6 additions and 3 deletions

View File

@ -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 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//:"
RUN \
apt-get update && \
apt-get install -y texlive-full && \
apt update && \
apt install -y texlive-full && \
apt install -y doxygen && \
apt install -y doxygen-latex && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget $ACROTEX_URL && \

View File

@ -5,5 +5,6 @@ Based on base-build-env
Contains additionally:
* texlive
* acrotex
* doxygen