mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
pin virtualenv < 20 for ansible venv builds
virtualenv version 20 just got released and broken a bunch of stuff (like the --system-site-packages flag)
This commit is contained in:
@@ -78,7 +78,7 @@ RUN openssl req -nodes -newkey rsa:2048 -keyout /etc/nginx/nginx.key -out /etc/n
|
||||
RUN openssl x509 -req -days 365 -in /etc/nginx/nginx.csr -signkey /etc/nginx/nginx.key -out /etc/nginx/nginx.crt
|
||||
RUN chmod 640 /etc/nginx/nginx.{csr,key,crt}
|
||||
|
||||
RUN python3 -m ensurepip && pip3 install virtualenv flake8
|
||||
RUN python3 -m ensurepip && pip3 install "virtualenv < 20" flake8
|
||||
RUN pip3 install supervisor
|
||||
|
||||
ADD Makefile /tmp/Makefile
|
||||
|
||||
Reference in New Issue
Block a user