Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Last active December 11, 2020 19:34
Show Gist options
  • Save goyuninfo/f5adf617c06d413f91a22d4b2fbb5589 to your computer and use it in GitHub Desktop.
Save goyuninfo/f5adf617c06d413f91a22d4b2fbb5589 to your computer and use it in GitHub Desktop.
# ------------------------------------------------------------------------------
# Dockerfile to build basic Ansible
# Based on Fedora
# ------------------------------------------------------------------------------
# Set the base image
FROM fedora
# File Author / Maintainer
# Use LABEL rather than deprecated MAINTAINER
LABEL maintainer="dev@goyun.info"
RUN dnf -y install ansible
# End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment