It will report this error when I execute “make configure PLATFORM=p4”. This problem may be due to "mkdir /var/run/sshd" in "sonic-slave/Dockfile" and "sonic-slave-stretch/Dockfile".
Modify "mkdir /var/run/sshd" to "mkdir -p /var/run/sshd" will solve the problem.
It will report this error when I execute “make configure PLATFORM=p4”. This problem may be due to "mkdir /var/run/sshd" in "sonic-slave/Dockfile" and "sonic-slave-stretch/Dockfile".
Modify "mkdir /var/run/sshd" to "mkdir -p /var/run/sshd" will solve the problem.