Skip to content

Commit 21400f7

Browse files
ratranqutcardonne
authored andcommitted
Add support for private repos (add openssh-client)
1 parent a3e6b10 commit 21400f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4242
zlib1g-dev \
4343
gettext \
4444
liblttng-ust0 \
45-
libcurl4-openssl-dev && \
45+
libcurl4-openssl-dev \
46+
openssh-client && \
4647
rm -rf /var/lib/apt/lists/* && \
4748
apt-get clean
4849

0 commit comments

Comments
 (0)