Skip to content

Commit

Permalink
Update centos-8.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Aug 30, 2024
1 parent 2e62eee commit f8a8a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/buildx/centos-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN arch=$(uname -m); \
else \
sed -i "s|^#baseurl=http://mirror.centos.org/altarch|baseurl=${baseurl}|g" /etc/yum.repos.d/CentOS-Base.repo; \
fi; \
yum install -y epel-release yum-utils && yum config-manager --set-enabled powertools && yum update -y \
&& yum install -y make \
yum install -y epel-release yum-utils && yum config-manager --set-enabled powertools && yum update -y && \
yum install -y make \
git \
m4 \
curl \
Expand Down

0 comments on commit f8a8a08

Please sign in to comment.