Skip to content

Commit ff0c3aa

Browse files
committed
Expand comments in Dockerfile
Signed-off-by: Brett Tofel <[email protected]>
1 parent f80c872 commit ff0c3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM gcr.io/distroless/static:debug-nonroot AS builder
88
FROM gcr.io/distroless/static:nonroot
99

1010
# Grab the cp binary so we can cp the unpack
11-
# binary to a shared volume in the bundle image
11+
# binary to a shared volume in the bundle image (rukpak library needs it)
1212
COPY --from=builder /busybox/cp /cp
1313

1414
WORKDIR /

0 commit comments

Comments
 (0)