Files
web-deploy-plugin/Dockerfile

5 lines
109 B
Docker
Executable File

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