We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6506eba commit 224e6ffCopy full SHA for 224e6ff
goreleaser.dockerfile
@@ -29,10 +29,10 @@ RUN apk add --update && \
29
apk add tar && \
30
apk add curl && \
31
rm -rf /tmp/*/var/cache/apk/*
32
-RUN wget https://github.com/kform-providers/kubernetes/raw/main/install.sh | sh
+RUN curl -sL https://github.com/kform-providers/kubernetes/raw/main/install.sh | sh
33
34
#COPY --chown=$USERID:$USERID pkgserver /app/
35
-COPY pkgserver /app/
+COPY pkgserver /app/./install
36
WORKDIR /app
37
38
# from now on, run as the unprivileged user
0 commit comments