base-build-env/readme.md

21 lines
491 B
Markdown
Raw Permalink Normal View History

2020-09-15 12:07:35 +02:00
## Base image for build containers
2021-01-28 15:04:47 +01:00
Based on Debian ~~Buster~~ Bullseye
2020-09-15 12:07:35 +02:00
Contains additionally:
* make
* openssh-client
* git
* python with the modules requests, pycodestyle and yaml
* gpg
* apt-transport-https
* wget and curl
* zip, unzip and 7z
* vim.tiny
2021-01-28 15:04:47 +01:00
* ps
* doxygen
2020-09-15 12:07:35 +02:00
* GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/
2021-01-28 15:04:47 +01:00
Switched to Python 3