Fix dockerfile
ci/woodpecker/push/drone Pipeline failed

This commit is contained in:
2023-03-31 01:48:52 -05:00
parent 70749c454f
commit 51b9153481
+2
View File
@@ -1,2 +1,4 @@
FROM debian:latest FROM debian:latest
RUN apt-get update && apt-get -y install openssh-client RUN apt-get update && apt-get -y install openssh-client
ADD run /bin/
ENTRYPOINT /bin/run