Skip to content

Commit

Permalink
Merge pull request #46 from elfosardo/current-tripleo
Browse files Browse the repository at this point in the history
Use tested packages
  • Loading branch information
metal3-io-bot committed May 4, 2020
2 parents 917bbbf + 5187dd1 commit 6e931a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/centos:centos8

RUN dnf install -y python3 python3-requests && \
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current && \
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current-tripleo && \
dnf update -y && \
dnf install -y openstack-ironic-inspector crudini psmisc iproute sqlite && \
mkdir -p /var/lib/ironic-inspector && \
Expand Down

0 comments on commit 6e931a9

Please sign in to comment.