add doxygen
This commit is contained in:
parent
b1a51784b9
commit
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 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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user