All checks were successful
ci/woodpecker/push/drone Pipeline was successful
3 lines
75 B
Docker
3 lines
75 B
Docker
FROM debian:latest
|
|
RUN apt-get update && apt-get -y install openssh-client
|