FROM alpine:edge RUN apk --no-cache add openssh-client ansible nodejs npm WORKDIR /app CMD [ "ansible", "--version" ]