Skip to content

Commit df05bf3

Browse files
committed
install openssl in alpine
1 parent 4091266 commit df05bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY --from=builder /workspace/LICENSE /LICENSE
5555
COPY --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

6060
EXPOSE 8080
6161
CMD ["atest", "server", "--local-storage=/var/data/api-testing/*.yaml"]

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
RUN apk add curl openssh-client bash openssl
77
RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
88
RUN chmod 700 get_helm.sh
99
RUN ./get_helm.sh

0 commit comments

Comments
 (0)