Skip to content

Commit 4091266

Browse files
committed
install bash in alpine
1 parent 06d3180 commit 4091266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ghcr.io/linuxsuren/api-testing:master
33
WORKDIR /workspace
44
COPY e2e/* .
55
COPY helm/api-testing api-testing
6+
RUN apk add curl openssh-client bash
67
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
78
RUN chmod 700 get_helm.sh
89
RUN ./get_helm.sh

0 commit comments

Comments
 (0)