Skip to content

Commit 55713e0

Browse files
HamzaHamza
authored andcommitted
Remove dead-code
1 parent 4b80155 commit 55713e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code-engine-cos2cos/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o cos2cos
1111
# Stage 2: Final stage (minimal image)
1212
FROM gcr.io/distroless/static-debian12
1313

14-
# RUN apk --no-cache add ca-certificates
15-
16-
1714
# Copy the binary from the builder stage
1815
COPY --from=builder /go/src/app/cos2cos /
1916

0 commit comments

Comments
 (0)