3 lines
79 B
Docker
3 lines
79 B
Docker
FROM alpine:3
|
|
|
|
RUN apk update && apk add --no-cache ansible git openssh-client |