Some checks reported errors
continuous-integration/drone/push Build encountered an error
3 lines
73 B
Docker
3 lines
73 B
Docker
FROM debian:stable-slim
|
|
|
|
RUN apt update && apt install -y openssh-client
|