From 9a3922f36f78535da8f3c2b9d783977af480bff6 Mon Sep 17 00:00:00 2001 From: surbhicis Date: Wed, 6 Apr 2022 12:46:04 +0530 Subject: [PATCH] fixes to the Dockerfile in the .buildbot/kivy --- .buildbot/kivy/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildbot/kivy/Dockerfile b/.buildbot/kivy/Dockerfile index 4e78165e..56d1c9c4 100644 --- a/.buildbot/kivy/Dockerfile +++ b/.buildbot/kivy/Dockerfile @@ -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"