Skip to content

Commit

Permalink
Fix name of centos repo. (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasaxc authored Dec 9, 2020
1 parent ce5d144 commit c06e7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ARG IPTABLES_SOURCERPM_URL=${CENTOS_MIRROR_BASE_URL}/BaseOS/Source/SPackages/ipt
# Install build dependencies and security updates.
RUN dnf install -y 'dnf-command(config-manager)' && \
# Enable PowerTools repo for '-devel' packages
dnf config-manager --set-enabled PowerTools && \
dnf config-manager --set-enabled powertools && \
# Install required packages for building rpms. yum-utils is not required but it gives us yum-builddep to easily install build deps.
yum install -y rpm-build yum-utils make && \
# Need these to build runit.
Expand Down

0 comments on commit c06e7ae

Please sign in to comment.