Skip to content

Commit fa294e6

Browse files
committed
chore: Remove dependency installation for new container base
1 parent 2956a19 commit fa294e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,5 @@ FROM alpine:latest
2727
WORKDIR /
2828
COPY --from=builder /workspace/kfutil /usr/local/bin/kfutil
2929

30-
# Install ca-certificates so that HTTPS works consistently
31-
RUN apt-get update
32-
RUN apt-get install ca-certificates -y
33-
3430
# Spin forever so that the container doesn't exit and the user can exec into it
3531
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)