We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcbeb9 commit bf62dd1Copy full SHA for bf62dd1
Dockerfile
@@ -44,6 +44,7 @@ RUN apt-get update \
44
git=1:2.30.2-1 \
45
jq=1.6-2.1 \
46
python3=${PYTHON_MAJOR_VERSION}.2-3 \
47
+ openssh-client=1:8.4p1-5+deb11u1 \
48
&& apt-get clean \
49
&& rm -rf /var/lib/apt/lists/* \
50
&& update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_MAJOR_VERSION} 1
0 commit comments