From efc9fc5576cdbf3071c149d33ee6744b83e58da5 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 12 Feb 2021 13:07:35 -0500 Subject: Fix installation of lftools python packages in docker images. - fix build script to remove $DOCKER_BUILD_DIR before copying ci-management repo into it. - remove unnecessary jenkins account configuration. Change-Id: I6267b13efad1426194ea87f63c7284bed4b988a1 Signed-off-by: Dave Wallace --- docker/scripts/lib_dnf.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/scripts/lib_dnf.sh') diff --git a/docker/scripts/lib_dnf.sh b/docker/scripts/lib_dnf.sh index e3fd768af..48821807d 100644 --- a/docker/scripts/lib_dnf.sh +++ b/docker/scripts/lib_dnf.sh @@ -68,6 +68,7 @@ ENV FDIOTOOLS_IMAGE=$executor_image ENV LC_ALL=C.UTF-8 ENV CIMAN_ROOT="$DOCKER_CIMAN_ROOT" ENV PATH=$PATH:$DOCKER_CIMAN_ROOT/docker/scripts +ENV LF_VENV="/root/lf-venv" # Copy-in build tree containing # ci-management, vpp, & csit git repos -- cgit 1.2.3-korg