We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad4877 + 6b8db94 commit d2bf96aCopy full SHA for d2bf96a
Dockerfile.busybox
@@ -5,4 +5,3 @@ RUN echo "root:x:0:0:root:/:/ssh" > /root/passwd
5
FROM busybox
6
COPY --from=builder /root/root/bin/ssh /usr/bin/ssh
7
COPY --from=builder /root/passwd /etc/passwd
8
-CMD ["/ssh"]
0 commit comments