Skip to content

Commit

Permalink
Make sure libyaml is installed (though it might not work yet).
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 10, 2020
1 parent 6efad1e commit 17a0c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ rm -f /lib/systemd/system/basic.target.wants/*;\
rm -f /lib/systemd/system/anaconda.target.wants/*;

# Install requirements.
RUN yum -y install rpm centos-release \
RUN yum -y install rpm centos-release dnf-plugins-core \
&& yum -y update \
&& yum -y config-manager --set-enabled PowerTools \
&& yum -y install \
epel-release \
initscripts \
Expand Down

0 comments on commit 17a0c40

Please sign in to comment.