Skip to content

Commit

Permalink
Add --allow-erasing to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Oct 14, 2024
1 parent 4143e49 commit 7a83d55
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 @@ -45,7 +45,7 @@ RUN ./fix-certs
RUN yum remove -y kernel-devel && \
yum install -y epel-release && \
yum update -y && \
yum install -y \
yum install -y --allowerasing \
emacs-nox \
make \
gcc \
Expand Down

0 comments on commit 7a83d55

Please sign in to comment.