We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2956a19 commit fa294e6Copy full SHA for fa294e6
Dockerfile
@@ -27,9 +27,5 @@ FROM alpine:latest
27
WORKDIR /
28
COPY --from=builder /workspace/kfutil /usr/local/bin/kfutil
29
30
-# Install ca-certificates so that HTTPS works consistently
31
-RUN apt-get update
32
-RUN apt-get install ca-certificates -y
33
-
34
# Spin forever so that the container doesn't exit and the user can exec into it
35
ENTRYPOINT ["tail", "-f", "/dev/null"]
0 commit comments