summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_dnf.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-02-12 13:07:35 -0500
committerDave Wallace <dwallacelf@gmail.com>2021-02-18 15:10:27 +0000
commitefc9fc5576cdbf3071c149d33ee6744b83e58da5 (patch)
treef08194ca52bc8fd9095ebfc4f9692ec64a69075b /docker/scripts/lib_dnf.sh
parent7ba8180a7443a0624fb064545477fed436e0d495 (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'docker/scripts/lib_dnf.sh')
-rw-r--r--docker/scripts/lib_dnf.sh1
1 files changed, 1 insertions, 0 deletions
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