fix Dockerfile
This commit is contained in:
@ -34,6 +34,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 && \
|
||||||
|
Reference in New Issue
Block a user