Compare commits
2 Commits
1.2.0
...
1.3.0-bull
Author | SHA1 | Date | |
---|---|---|---|
a64be0c66a | |||
964ad65e27 |
@ -1,4 +1,4 @@
|
||||
FROM debian:buster
|
||||
FROM debian:bullseye
|
||||
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
|
||||
LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
|
||||
@ -26,6 +26,8 @@ RUN \
|
||||
apt-get install -y zip && \
|
||||
apt-get install -y vim.tiny && \
|
||||
apt-get install -y p7zip-full && \
|
||||
apt-get install -y procps && \
|
||||
apt-get install -y doxygen && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
cd /tmp && \
|
||||
wget $RELEASETOOL_URL && \
|
||||
|
Reference in New Issue
Block a user