wheels: container layer downloads in Dockerfile

Add container layer downloads repository to Dockerfile used to create
wheels builder. This allows us to add patched packages to the
appropriate list file, as in

  https://review.opendev.org/c/starlingx/tools/+/932552

Partial-Bug: 2084687
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I105b7d049f0e7bf3dcd9ccaafc1fa64e5e0de2bd
This commit is contained in:
Davlet Panech 2024-10-16 21:44:13 -04:00
parent 82ea113092
commit fa77050b07

View File

@ -1,2 +1,3 @@
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-binary @DEBIAN_DISTRIBUTION@ main
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-binary-containers @DEBIAN_DISTRIBUTION@ main
deb [trusted=yes] @REPOMGR_DEPLOY_URL@/deb-local-build @DEBIAN_DISTRIBUTION@ main