Skip to content

Commit 97198f4

Browse files
authored
Update Dockerfile
1 parent 97273fe commit 97198f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
2121
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
2222
&& apt-get update \
2323
&& apt-get install -y --no-install-recommends jq logrotate \
24-
&& apt-get install -y openssh-server \
24+
&& apt-get install -y openssh-server openssh-client \
2525
&& apt-get clean \
2626
&& rm -rf /var/lib/apt/lists/*
2727

0 commit comments

Comments
 (0)