Compare commits
3 Commits
1.5.0
...
5fa49204dc
Author | SHA1 | Date | |
---|---|---|---|
5fa49204dc
|
|||
14ebc02a0c | |||
7368b1d9aa |
@ -32,6 +32,9 @@ RUN \
|
|||||||
apt install -y doxygen && \
|
apt install -y doxygen && \
|
||||||
apt install -y jq && \
|
apt install -y jq && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
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 && \
|
cd /tmp && \
|
||||||
wget $RELEASETOOL_URL && \
|
wget $RELEASETOOL_URL && \
|
||||||
unzip GitlabReleaseTool.zip && \
|
unzip GitlabReleaseTool.zip && \
|
||||||
|
@ -14,3 +14,5 @@ Contains additionally:
|
|||||||
* vim.tiny
|
* vim.tiny
|
||||||
* GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/
|
* GitLab release tool: https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader including validator for semantic version according to https://semver.org/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user