3 lines
54 B
Docker
3 lines
54 B
Docker
|
FROM alpine:3.7
|
||
|
RUN apk add --no-cache openssh-client
|