Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created March 13, 2018 18:10
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 notmyname/53a2e559b50ad76f74822af2ad754064 to your computer and use it in GitHub Desktop.
Save notmyname/53a2e559b50ad76f74822af2ad754064 to your computer and use it in GitHub Desktop.
# DOCKER-VERSION 0.6.4
FROM centos:centos7
RUN yum -y install epel-release centos-release-openstack-queens ansible git python-pip
RUN yum -y update
RUN pip install bindep
...
----
Step 4/10 : RUN pip install bindep
---> Running in f6af772df0bf
/bin/sh: pip: command not found
The command '/bin/sh -c pip install bindep' returned a non-zero code: 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment