Merge "Update quickstart nodepool node to python3"

This commit is contained in:
Zuul 2019-06-13 02:52:29 +00:00 committed by Gerrit Code Review
commit 7e45f84f05
2 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,5 @@ providers:
- name: node
labels: ubuntu-bionic
host-key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjDZ9C89nUVGQ1qZzG/X0onkmcju4kWJ2uTLBdIXsy1"
python-path: /usr/bin/python3
username: root

View File

@ -3,7 +3,6 @@ FROM rastasheep/ubuntu-sshd
RUN apt-get update \
&& apt-get -y install \
git \
python \
python-tox \
python3 \
rsync \