5 Commits

Author SHA1 Message Date
5fa49204dc still nothing 2021-09-30 15:02:23 +02:00
14ebc02a0c nothing 2021-09-30 15:00:28 +02:00
7368b1d9aa add cheetah 2021-08-02 17:31:11 +02:00
8849562ef2 use python 3 2021-08-02 17:20:13 +02:00
1ed81f227a add jq here too 2021-05-26 11:28:08 +02:00
2 changed files with 12 additions and 6 deletions

View File

@ -14,12 +14,12 @@ RUN \
apt install -y make && \
apt install -y openssh-client && \
apt install -y git && \
apt install -y python && \
apt install -y python-requests && \
apt install -y python-pycodestyle && \
apt install -y python-yaml && \
apt install -y python-pip && \
apt install -y python-xmltodict && \
apt install -y python3 && \
apt install -y python3-requests && \
apt install -y python3-pycodestyle && \
apt install -y python3-yaml && \
apt install -y python3-pip && \
apt install -y python3-xmltodict && \
apt install -y gpg && \
apt install -y apt-transport-https && \
apt install -y wget && \
@ -30,7 +30,11 @@ RUN \
apt install -y p7zip-full && \
apt install -y procps && \
apt install -y doxygen && \
apt install -y jq && \
rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/python3 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip && \
pip install Cheetah3 && \
cd /tmp && \
wget $RELEASETOOL_URL && \
unzip GitlabReleaseTool.zip && \

View File

@ -14,3 +14,5 @@ Contains additionally:
* vim.tiny
* GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/