Created
March 30, 2022 22:39
-
-
Save vwbusguy/0fe8ad7b1f9333301c629168af80955d to your computer and use it in GitHub Desktop.
Revisions
-
vwbusguy created this gist
Mar 30, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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