File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
1919 ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
2020 apt-get install -y tzdata && \
2121 dpkg-reconfigure --frontend noninteractive tzdata && \
22- apt-get install -y bzip2 ca-certificates curl build-essential git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-server subversion wget && \
22+ apt-get install -y bzip2 ca-certificates curl build-essential git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-server subversion wget \
23+ libibverbs1 ibverbs-providers ibverbs-utils libibverbs-dev infiniband-diags && \
2324 sed -i "s/.*PasswordAuthentication.*/PasswordAuthentication no/g" /etc/ssh/sshd_config && mkdir /run/sshd && \
2425 mkdir ~/.ssh && chmod 700 ~/.ssh && touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys && rm /etc/ssh/ssh_host_*
2526
You can’t perform that action at this time.
0 commit comments