Skip to content

Commit 854ecb3

Browse files
committed
chore: clean un-used dockerfile content
Signed-off-by: peefy <[email protected]>
1 parent a53ff8a commit 854ecb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ ENV CGO_ENABLED=0
2828
RUN xx-go build -a -o kcl-controller cmd/main.go
2929

3030
FROM kcllang/kcl
31-
# FROM alpine:3.19
3231

33-
# RUN apk add --no-cache ca-certificates tini
3432
RUN apt-get update && apt-get install -y ca-certificates tini
3533

3634
COPY --from=builder /workspace/kcl-controller /usr/local/bin/

0 commit comments

Comments
 (0)