Created
September 12, 2021 14:57
-
-
Save duffney/7d0d8908d5be6e428e803e7cc82bde1e to your computer and use it in GitHub Desktop.
become ansible pip issue temp fix
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 centos:centos7 | |
RUN yum check-update; \ | |
yum install -y gcc libffi-devel python3 epel-release; \ | |
yum install -y openssh-clients; \ | |
yum clean all; \ | |
yum install ansible -y; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment