fix for bullseye

This commit is contained in:
2021-01-28 15:04:47 +01:00
parent a64be0c66a
commit a2bd559e19
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
## Base image for build containers
Based on Debian Buster
Based on Debian ~~Buster~~ Bullseye
Contains additionally:
* make
@ -12,5 +12,9 @@ Contains additionally:
* wget and curl
* zip, unzip and 7z
* vim.tiny
* ps
* doxygen
* GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/
Switched to Python 3