Skip to content

Commit 6aaa6ce

Browse files
committed
add openssh-client package
fixes #4005
1 parent dcf1091 commit 6aaa6ce

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
@@ -46,7 +46,7 @@ LABEL maintainer="https://github.com/oracle/opengrok"
4646
# hadolint ignore=DL3008,DL3009
4747
RUN apt-get update && \
4848
apt-get install --no-install-recommends -y git subversion mercurial unzip inotify-tools python3 python3-pip \
49-
python3-venv python3-setuptools
49+
python3-venv python3-setuptools openssh-client
5050

5151
# compile and install universal-ctags
5252
# hadolint ignore=DL3003,DL3008

0 commit comments

Comments
 (0)