Skip to content

Commit

Permalink
Issue #7: Try fix from dmlb2000 for updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed May 7, 2020
1 parent 7b0f7b8 commit e38b7ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ rm -f /lib/systemd/system/basic.target.wants/*;\
rm -f /lib/systemd/system/anaconda.target.wants/*;

# Install requirements.
RUN yum -y install \
RUN yum -y install rpm centos-release \
&& yum -y update \
&& yum -y install \
epel-release \
initscripts \
sudo \
Expand Down

0 comments on commit e38b7ea

Please sign in to comment.