Skip to content

Commit d812979

Browse files
authored
Update Dockerfile
1 parent fd30cfe commit d812979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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 --no-install-recommends openssh-server \
2425
&& apt-get clean \
2526
&& rm -rf /var/lib/apt/lists/*
2627

0 commit comments

Comments
 (0)