parametrize PYTHON for Ubuntu py35 support

This commit is contained in:
Ryan Petrello
2019-01-03 12:49:54 -05:00
parent f223df303f
commit c6482137d1
2 changed files with 9 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ RUN yum -y update && yum -y install openssh-server ansible mg vim tmux \
zanata-python-client gettext gcc-c++ libcurl-devel bzip2 \
rsync
RUN ln -s /usr/bin/python36 /usr/bin/python3
RUN python36 -m ensurepip
RUN pip3 install virtualenv
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa