Skip to content

Commit

Permalink
Merge pull request #47 from jmontleon/fix-ansible-galaxy
Browse files Browse the repository at this point in the history
Add git to fix ansible-galaxy - issue 1073
  • Loading branch information
jmontleon authored Sep 7, 2018
2 parents 2983929 + 6c79c54 commit 3281038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile-canary
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN yum -y install epel-release centos-release-openshift-origin \
&& yum -y update \
&& yum -y install bind-utils \
gcc \
git \
libffi-devel \
make \
net-tools \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-latest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV USER_NAME=apb \
ENV HOME=${BASE_DIR}

RUN curl https://copr.fedorainfracloud.org/coprs/g/ansible-service-broker/ansible-service-broker-latest/repo/epel-7/group_ansible-service-broker-ansible-service-broker-latest-epel-7.repo -o /etc/yum.repos.d/asb.repo
RUN yum -y install epel-release centos-release-openshift-origin \
RUN yum -y install epel-release centos-release-openshift-origin git \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts \
&& yum clean all

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV USER_NAME=apb \
ENV HOME=${BASE_DIR}

RUN curl https://copr.fedorainfracloud.org/coprs/g/ansible-service-broker/ansible-service-broker-nightly/repo/epel-7/group_ansible-service-broker-ansible-service-broker-nightly-epel-7.repo -o /etc/yum.repos.d/asb.repo
RUN yum -y install epel-release centos-release-openshift-origin \
RUN yum -y install epel-release centos-release-openshift-origin git \
&& yum -y install --setopt=tsflags=nodocs origin-clients python-openshift ansible ansible-kubernetes-modules ansible-asb-modules apb-base-scripts \
&& yum clean all

Expand Down

0 comments on commit 3281038

Please sign in to comment.