Actions
action #109313
closedDuplicates in dependencies.yaml should only show once in Dockerfile
Description
Observation¶
For instance perl(Devel::Cover)
currently shows twice in container/os-autoinst_dev/Dockerfile
, and my branch introducing YAML code to os-autoinst results in seeing that twice also.
Acceptance criteria¶
- AC1: Dependencies only show up once in any generated Dockerfile
Suggestions¶
- Look into
update-deps
code
Actions