diff --git a/open_ce/images/builder/Dockerfile-s390x b/open_ce/images/builder/Dockerfile-s390x index 3357c457..407be91f 100644 --- a/open_ce/images/builder/Dockerfile-s390x +++ b/open_ce/images/builder/Dockerfile-s390x @@ -37,6 +37,7 @@ RUN export ARCH="$(uname -m)" && \ mkdir -p $CONDA_HOME/conda-bld && \ mkdir -p $HOME/.cache && \ echo "export PYTHONPATH=${PYTHONPATH}:$HOME/open_ce" >> ${HOME}/.bashrc && \ + echo "export LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES}" >> ${HOME}/.bashrc && \ chown -R ${BUILD_USER}:${CICD_GROUP} ${CONDA_HOME} && \ git config --global http.version HTTP/1.1 && \ git config --global http.postBuffer 157286400 @@ -47,6 +48,7 @@ RUN export PATH="${PATH}" && \ mkdir -p $HOME/.cache && \ echo ". $CONDA_HOME/etc/profile.d/conda.sh" >> ${HOME}/.bashrc && \ echo "export PYTHONPATH=${PYTHONPATH}:$HOME/open_ce" >> ${HOME}/.bashrc && \ + echo "export LIMIT_BUILD_RESOURCES=${LIMIT_BUILD_RESOURCES}" >> ${HOME}/.bashrc && \ echo "conda activate base" >> ${HOME}/.bashrc && \ git config --global http.version HTTP/1.1 && \ git config --global http.postBuffer 157286400