File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ COPY --from=builder /workspace/LICENSE /LICENSE
5555COPY --from=builder /workspace/README.md /README.md
5656
5757# required for atest-store-git
58- RUN apk add curl openssh-client bash
58+ RUN apk add curl openssh-client bash openssl
5959
6060EXPOSE 8080
6161CMD ["atest" , "server" , "--local-storage=/var/data/api-testing/*.yaml" ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ghcr.io/linuxsuren/api-testing:master
33WORKDIR /workspace
44COPY e2e/* .
55COPY helm/api-testing api-testing
6- RUN apk add curl openssh-client bash
6+ RUN apk add curl openssh-client bash openssl
77RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
88RUN chmod 700 get_helm.sh
99RUN ./get_helm.sh
You can’t perform that action at this time.
0 commit comments