fix universe packages
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
7eb10f96fb
commit
23b07215d8
@ -49,10 +49,8 @@ import (
|
||||
// Execute copy operation
|
||||
_copy: engine.#Copy & {
|
||||
"input": input.rootfs
|
||||
"source": {
|
||||
root: contents
|
||||
path: source
|
||||
}
|
||||
"contents": contents
|
||||
source: source
|
||||
"dest": dest
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,7 @@ engine.#Plan & {
|
||||
|
||||
appImage: engine.#Copy & {
|
||||
input: runtimeImage.output
|
||||
source: root: inputs.directories.app.contents
|
||||
contents: inputs.directories.app.contents
|
||||
dest: "/app"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user