From f7da72ebdfe74891d302da863d5940ea62aaab5d Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 07:25:49 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dd924c..6a37af0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM bitnami/kubectl:1.30.4 AS kubectl FROM gitea/act_runner:latest-dind-rootless COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ -COPY --from=yq /usr/bin/yq /usr/local/bin/ \ No newline at end of file +COPY --from=yq /usr/bin/yq /usr/local/bin/ + +ENTRYPOINT /bin/bash \ No newline at end of file