1 Commits
1.5.0 ... 1.5.1

Author SHA1 Message Date
7368b1d9aa add cheetah 2021-08-02 17:31:11 +02:00

View File

@ -32,6 +32,9 @@ RUN \
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 && \