Skip to content

Commit

Permalink
Merge pull request #11 from dhoppe/patch-1
Browse files Browse the repository at this point in the history
Use lowercase to specify a repository
  • Loading branch information
geerlingguy authored Dec 9, 2020
2 parents 7bb6df3 + d55f311 commit ec79ed4
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
Expand Up @@ -18,7 +18,7 @@ rm -f /lib/systemd/system/anaconda.target.wants/*;
# Install requirements.
RUN yum -y install rpm centos-release dnf-plugins-core \
&& yum -y update \
&& yum -y config-manager --set-enabled PowerTools \
&& yum -y config-manager --set-enabled powertools \
&& yum -y install \
epel-release \
initscripts \
Expand Down

0 comments on commit ec79ed4

Please sign in to comment.