Merge pull request #4824 from rooftopcellist/scl_in_containers

Add needed scl enables for community container installs

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-09-26 19:40:21 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ ADD requirements/requirements_ansible.txt \
requirements/requirements_tower_uninstall.txt \
requirements/requirements_git.txt \
/tmp/requirements/
RUN cd /tmp && VENV_BASE="/var/lib/awx/venv" make requirements
RUN scl enable rh-postgresql10 'cd /tmp && VENV_BASE="/var/lib/awx/venv" make requirements'
RUN yum -y remove cyrus-sasl-devel \
gcc \