Merge "Add some packages for basic python jobs"

This commit is contained in:
Zuul 2019-05-13 16:06:26 +00:00 committed by Gerrit Code Review
commit 4a0261c9a8
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
FROM rastasheep/ubuntu-sshd
RUN apt-get update && \
apt-get -y install python rsync
RUN apt-get update \
&& apt-get -y install \
git \
python \
python-tox \
python3 \
rsync \
&& apt-get clean \
;
# If proxy environment variables supplied during build allow pass through via
# ~/.ssh/environment, as the test env likely will require these set for any