Files
web-deploy-plugin/Dockerfile
Captain Beyond f471780416
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
install python3
2024-11-16 03:53:03 -06:00

5 lines
117 B
Docker
Executable File

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