diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index 90942bf102..bf78f88a9b 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -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