FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add ansible
ADD ssh_config /etc/ssh
CMD ansible