Files
web-deploy-plugin/Dockerfile
Gregory Marco 51b9153481
Some checks failed
ci/woodpecker/push/drone Pipeline failed
Fix dockerfile
2023-03-31 01:48:52 -05:00

5 lines
109 B
Docker

FROM debian:latest
RUN apt-get update && apt-get -y install openssh-client
ADD run /bin/
ENTRYPOINT /bin/run