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 c6e8ca2 commit 6676bedCopy full SHA for 6676bed
Dockerfile
@@ -46,5 +46,5 @@ RUN poetry run brownie --version | grep 'Brownie v1.20.2' || (echo "Incorrect br
46
EXPOSE 22
47
48
49
-# start sshd and pass all ENV VARs from the container
+# start sshd, set root password for incoming connections and pass all ENV VARs from the container
50
CMD ["/bin/bash", "-c", "env | grep -v 'no_proxy' >> /etc/environment && echo root:${ROOT_PASSWORD} | chpasswd && exec /usr/sbin/sshd -D"]
0 commit comments