Skip to content

Instantly share code, notes, and snippets.

@osorionicolas
Created January 18, 2023 06:16
Show Gist options
  • Select an option

  • Save osorionicolas/b7d6757fb14eafabe937d53c562f9c12 to your computer and use it in GitHub Desktop.

Select an option

Save osorionicolas/b7d6757fb14eafabe937d53c562f9c12 to your computer and use it in GitHub Desktop.
Ansible Dockerfile
FROM alpine:latest
RUN apk add \
--update \
--no-cache ansible && \
rm -rf /tmp/* /var/cache/apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment