From fd3a423b0745cecfdfbc417337d00d2a84c73448 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 4 Apr 2019 10:22:46 -0400 Subject: [PATCH] The python 3.6 package seems to already make this symlink --- tools/docker-compose/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/docker-compose/Dockerfile b/tools/docker-compose/Dockerfile index c27c86679f..061773a9e5 100644 --- a/tools/docker-compose/Dockerfile +++ b/tools/docker-compose/Dockerfile @@ -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