mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
fix some isolated py3 bugs
This commit is contained in:
committed by
Ryan Petrello
parent
af4234556e
commit
2c5bdf3611
@@ -5,8 +5,11 @@ ADD Makefile /tmp/Makefile
|
||||
RUN mkdir /tmp/requirements
|
||||
ADD requirements/requirements_ansible.txt requirements/requirements_ansible_git.txt requirements/requirements_ansible_uninstall.txt requirements/requirements_isolated.txt /tmp/requirements/
|
||||
RUN yum -y update && yum -y install curl epel-release
|
||||
RUN yum -y update && yum -y install openssh-server ansible mg vim tmux git python-devel python-psycopg2 make python-psutil libxml2-devel libxslt-devel libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel zeromq-devel python-pip xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 xmlsec1-openssl-devel libtool-ltdl-devel bubblewrap zanata-python-client gettext gcc-c++ libcurl-devel python-pycurl bzip2
|
||||
RUN pip install virtualenv
|
||||
RUN yum -y update && yum -y install openssh-server ansible mg vim tmux git python-devel python36 python36-devel python-psycopg2 make python-psutil libxml2-devel libxslt-devel libstdc++.so.6 gcc cyrus-sasl-devel cyrus-sasl openldap-devel libffi-devel zeromq-devel python-pip xmlsec1-devel swig krb5-devel xmlsec1-openssl xmlsec1 xmlsec1-openssl-devel libtool-ltdl-devel bubblewrap zanata-python-client gettext gcc-c++ libcurl-devel python-pycurl bzip2
|
||||
|
||||
RUN ln -s /usr/bin/python36 /usr/bin/python3
|
||||
RUN python36 -m ensurepip
|
||||
RUN pip3 install virtualenv
|
||||
WORKDIR /tmp
|
||||
RUN make requirements_ansible
|
||||
RUN make requirements_isolated
|
||||
|
||||
Reference in New Issue
Block a user