The python 3.6 package seems to already make this symlink

This commit is contained in:
Matthew Jones 2019-04-04 10:22:46 -04:00 committed by Ryan Petrello
parent 6b422d3bb7
commit fd3a423b07
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -19,9 +19,7 @@ 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 python3 -m ensurepip
RUN pip3 install virtualenv
RUN /usr/bin/ssh-keygen -q -t rsa -N "" -f /root/.ssh/id_rsa
RUN mkdir -p /data/db