From 537f2e6cbb5f7323a96df3265aa89afbb3563a96 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 14 Jan 2022 06:55:36 +0000 Subject: [PATCH] Universe: docker: remove leftover hack Signed-off-by: Solomon Hykes --- pkg/universe.dagger.io/docker/build.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/universe.dagger.io/docker/build.cue b/pkg/universe.dagger.io/docker/build.cue index cc04cb67..019a75fe 100644 --- a/pkg/universe.dagger.io/docker/build.cue +++ b/pkg/universe.dagger.io/docker/build.cue @@ -32,7 +32,7 @@ import ( input?: #Image output: #Image ... -} | #Run +} // Build step that copies files into the container image #Copy: {