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.
2 parents 6dc12f1 + 26c2aa7 commit b9d88f4Copy full SHA for b9d88f4
deployments/container/nvbandwidth/Dockerfile
@@ -52,7 +52,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
52
openssh-server \
53
&& rm -rf /var/lib/apt/lists/*
54
55
-RUN mkdir -p /var/run/sshd
+# Installing openssh-server, install host keys in post-install as flaged by scanner
56
+RUN rm -f /etc/ssh/ssh_host_* && mkdir -p /var/run/sshd
57
58
# Got it from mpi-operator/build/base/Dockerfile
59
# Allow OpenSSH to talk to containers without asking for confirmation
0 commit comments