fix universe packages

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2022-01-27 20:20:37 -07:00
parent 7eb10f96fb
commit 23b07215d8
2 changed files with 7 additions and 9 deletions

View File

@@ -48,12 +48,10 @@ import (
// Execute copy operation
_copy: engine.#Copy & {
"input": input.rootfs
"source": {
root: contents
path: source
}
"dest": dest
"input": input.rootfs
"contents": contents
source: source
"dest": dest
}
output: #Image & {