Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #859 from ldorau/common-fix-name-of-powertools-rep…
Browse files Browse the repository at this point in the history
…o-in-CentOS-8

common: fix name of powertools repo in CentOS-8
  • Loading branch information
ldorau authored Feb 5, 2021
2 parents f7d4e90 + de22aba commit d021126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.centos-8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020, Intel Corporation
# Copyright 2020-2021, Intel Corporation
#

#
Expand All @@ -15,7 +15,7 @@ MAINTAINER [email protected]
RUN dnf update -y
RUN dnf install -y epel-release
RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled PowerTools
RUN dnf config-manager --set-enabled powertools

# base deps
ENV BASE_DEPS "\
Expand Down

0 comments on commit d021126

Please sign in to comment.