3 Commits
1.1.0 ... 1.3.0

Author SHA1 Message Date
1669151c53 switch to bullseye 2021-12-17 09:51:44 +01:00
1f1ffbbf8e for test 2021-03-08 19:11:12 +01:00
c852534513 add doxygen 2021-01-26 17:40:34 +01:00
2 changed files with 7 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.5.2-bullseye
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,7 @@ Based on base-build-env
Contains additionally:
* texlive
* acrotex
* doxygen