Skip to content

Instantly share code, notes, and snippets.

@duffney
Created September 12, 2021 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffney/7d0d8908d5be6e428e803e7cc82bde1e to your computer and use it in GitHub Desktop.
Save duffney/7d0d8908d5be6e428e803e7cc82bde1e to your computer and use it in GitHub Desktop.
become ansible pip issue temp fix
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