2 Commits

Author SHA1 Message Date
a64be0c66a upgrade to bullseye 2021-01-28 14:52:12 +01:00
964ad65e27 add doxygen and procps 2021-01-28 14:51:01 +01:00

View File

@ -1,4 +1,4 @@
FROM debian:buster FROM debian:bullseye
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>" LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/dockerized/base-build-env" LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
@ -26,6 +26,8 @@ RUN \
apt-get install -y zip && \ apt-get install -y zip && \
apt-get install -y vim.tiny && \ apt-get install -y vim.tiny && \
apt-get install -y p7zip-full && \ apt-get install -y p7zip-full && \
apt-get install -y procps && \
apt-get install -y doxygen && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \
wget $RELEASETOOL_URL && \ wget $RELEASETOOL_URL && \