Skip to content

Instantly share code, notes, and snippets.

@vwbusguy
Created March 30, 2022 22:39
Show Gist options
  • Select an option

  • Save vwbusguy/0fe8ad7b1f9333301c629168af80955d to your computer and use it in GitHub Desktop.

Select an option

Save vwbusguy/0fe8ad7b1f9333301c629168af80955d to your computer and use it in GitHub Desktop.

Revisions

  1. vwbusguy created this gist Mar 30, 2022.
    7 changes: 7 additions & 0 deletions Containerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    FROM ansible/awx-ee:latest

    USER root
    RUN dnf config-manager --set-enabled epel && \
    dnf install epel-release epel-next-release -y && \
    dnf install --refresh cowsay -y
    USER 1000