Created
March 30, 2022 22:39
-
-
Save vwbusguy/0fe8ad7b1f9333301c629168af80955d to your computer and use it in GitHub Desktop.
Enable cowsay in Ansible AWX EE
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 characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment