pin virtualenv < 20 for awx_web builds

This commit is contained in:
chris meyers
2020-02-11 08:42:32 -05:00
parent efa9c84806
commit 0b3e2cc7e3

View File

@@ -56,7 +56,7 @@ RUN dnf -y update && \
ADD https://github.com/krallin/tini/releases/download/v0.14.0/tini /tini
RUN chmod +x /tini
RUN python3 -m ensurepip && pip3 install virtualenv
RUN python3 -m ensurepip && pip3 install "virtualenv < 20"
RUN pip3 install supervisor
ADD Makefile /tmp/Makefile