Skip to content

Commit bf62dd1

Browse files
authored
Add openssh-client to final container (#69)
1 parent 6bcbeb9 commit bf62dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN apt-get update \
4444
git=1:2.30.2-1 \
4545
jq=1.6-2.1 \
4646
python3=${PYTHON_MAJOR_VERSION}.2-3 \
47+
openssh-client=1:8.4p1-5+deb11u1 \
4748
&& apt-get clean \
4849
&& rm -rf /var/lib/apt/lists/* \
4950
&& update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_MAJOR_VERSION} 1

0 commit comments

Comments
 (0)