fixes to the Dockerfile in the .buildbot/kivy
This commit is contained in:
parent
315973ceec
commit
9a3922f36f
|
@ -13,7 +13,8 @@ RUN apt-get install -yq python-setuptools \
|
||||||
python-dev \
|
python-dev \
|
||||||
python3-virtualenv \
|
python3-virtualenv \
|
||||||
python3-pip \
|
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"
|
||||||
|
|
Reference in New Issue
Block a user