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