fixes to the Dockerfile in the .buildbot/kivy

This commit is contained in:
surbhicis 2022-04-06 12:46:04 +05:30
parent 315973ceec
commit 9a3922f36f
Signed by untrusted user: surbhicis
GPG Key ID: 48A8C2D218DE7B0B

View File

@ -13,7 +13,8 @@ RUN apt-get install -yq python-setuptools \
python-dev \
python3-virtualenv \
python3-pip \
wget
RUN sudo wget -O "/usr/local/bin/travis2bash.sh" "https://git.bitmessage.org/Bitmessage/buildbot-scripts/raw/branch/master/travis2bash.sh"
RUN wget -O /usr/local/bin/travis2bash.sh https://git.bitmessage.org/Bitmessage/buildbot-scripts/raw/branch/master/travis2bash.sh
RUN sudo chmod a+rx "/usr/local/bin/travis2bash.sh"
RUN chmod a+rx "/usr/local/bin/travis2bash.sh"