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 06d3180 commit 4091266Copy full SHA for 4091266
e2e/Dockerfile
@@ -3,6 +3,7 @@ FROM ghcr.io/linuxsuren/api-testing:master
3
WORKDIR /workspace
4
COPY e2e/* .
5
COPY helm/api-testing api-testing
6
+RUN apk add curl openssh-client bash
7
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
8
RUN chmod 700 get_helm.sh
9
RUN ./get_helm.sh
0 commit comments