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 97273fe commit 97198f4Copy full SHA for 97198f4
docker/Dockerfile
@@ -21,7 +21,7 @@ ENV SUPPRESS_NO_CONFIG_WARNING=1 \
21
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf \
22
&& apt-get update \
23
&& apt-get install -y --no-install-recommends jq logrotate \
24
- && apt-get install -y openssh-server \
+ && apt-get install -y openssh-server openssh-client \
25
&& apt-get clean \
26
&& rm -rf /var/lib/apt/lists/*
27
0 commit comments