mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
The python 3.6 package seems to already make this symlink
This commit is contained in:
parent
6b422d3bb7
commit
fd3a423b07
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user