From 6a6e63d50d00fb05e5b6efeb4a90b3593de9e0f1 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 25 Aug 2020 18:42:47 -0400 Subject: [PATCH] Define RHEL_ALLOW_PYTHON2_FOR_BUILD in Dockerfile.product This is required for building with python2 for RHEL 8. --- Dockerfile.product | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.product b/Dockerfile.product index 2940a387181..962cea953d1 100644 --- a/Dockerfile.product +++ b/Dockerfile.product @@ -29,6 +29,7 @@ ENV CHROMEDRIVER_SKIP_DOWNLOAD=true \ GECKODRIVER_SKIP_DOWNLOAD=true \ SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true \ CYPRESS_INSTALL_BINARY=0 \ + RHEL_ALLOW_PYTHON2_FOR_BUILD=1 \ NPM_CONFIG_TARBALL=$HOME/node-v12.16.1-headers.tar.gz # run the build