Fix dockerfile
Some checks failed
ci/woodpecker/push/drone Pipeline failed

This commit is contained in:
2023-03-31 01:48:52 -05:00
parent 70749c454f
commit 51b9153481

View File

@@ -1,2 +1,4 @@
FROM debian:latest
RUN apt-get update && apt-get -y install openssh-client
ADD run /bin/
ENTRYPOINT /bin/run