Skip to content

Commit

Permalink
Merge pull request #4 from openshift/build-from-rhel
Browse files Browse the repository at this point in the history
Build container from rhel7
  • Loading branch information
elfosardo committed Jul 11, 2019
2 parents 120d96b + 36cc069 commit a1f6b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/centos:centos7
FROM rhel7:latest

RUN yum install -y python-requests && \
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python - current-tripleo && \
Expand Down

0 comments on commit a1f6b38

Please sign in to comment.