Skip to content

Commit 502b9b8

Browse files
committed
Fix missing ssh client dependency in Test Runner image
1 parent d9b2f3d commit 502b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM python:3-alpine
66

77
# Install dependencies
8-
RUN apk add --no-cache jq git bash libcurl curl
8+
RUN apk add --no-cache jq git bash libcurl curl openssh-client
99

1010
# Install pycurl
1111
ENV PYCURL_SSL_LIBRARY=openssl

0 commit comments

Comments
 (0)