diff --git a/.gitlab-ci/container/cross_build.sh b/.gitlab-ci/container/cross_build.sh index 6fee1ff5af6..8d7ab694de5 100644 --- a/.gitlab-ci/container/cross_build.sh +++ b/.gitlab-ci/container/cross_build.sh @@ -15,6 +15,7 @@ dpkg --add-architecture $arch apt-get update apt-get install -y --no-remove \ + $EXTRA_LOCAL_PACKAGES \ $STABLE_EPHEMERAL \ crossbuild-essential-$arch \ pkgconf:$arch \ diff --git a/.gitlab-ci/container/debian/x86_64_build-base.sh b/.gitlab-ci/container/debian/x86_64_build-base.sh index fb442f22452..473e94cdc0d 100644 --- a/.gitlab-ci/container/debian/x86_64_build-base.sh +++ b/.gitlab-ci/container/debian/x86_64_build-base.sh @@ -18,6 +18,7 @@ STABLE_EPHEMERAL=" \ apt-get update apt-get install -y --no-remove \ + $EXTRA_LOCAL_PACKAGES \ $STABLE_EPHEMERAL \ apt-utils \ bison \ diff --git a/.gitlab-ci/container/debian/x86_64_test-gl.sh b/.gitlab-ci/container/debian/x86_64_test-gl.sh index a5de1b30e21..1eaef9f874f 100644 --- a/.gitlab-ci/container/debian/x86_64_test-gl.sh +++ b/.gitlab-ci/container/debian/x86_64_test-gl.sh @@ -46,6 +46,7 @@ STABLE_EPHEMERAL=" \ apt-get update apt-get install -y --no-remove \ + $EXTRA_LOCAL_PACKAGES \ $STABLE_EPHEMERAL \ clinfo \ iptables \