Skip to content
Commits on Source (2)
......@@ -23,3 +23,6 @@ RUN apk --no-cache add python3 && \
rm -rf /var/cache/apk/*
COPY --from=builder /opt/ansible /opt/ansible
CMD [ "ansible", "--version" ]
FROM runtime AS release