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 fd30cfe commit d812979Copy full SHA for d812979
docker/Dockerfile
@@ -21,6 +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 --no-install-recommends openssh-server \
25
&& apt-get clean \
26
&& rm -rf /var/lib/apt/lists/*
27
0 commit comments