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:
parent
82ea113092
commit
fa77050b07
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user