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

Commit

Permalink
docker: centos-8 powertools repo name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 5, 2021
1 parent 2df10e8 commit f996ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/docker/images/Dockerfile.centos-8
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2016-2020, Intel Corporation
# Copyright 2016-2021, Intel Corporation

#
# Dockerfile - a 'recipe' for Docker to build an image of fedora-based
Expand All @@ -23,7 +23,7 @@ ARG SKIP_PMDK_BUILD
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

# Install basic tools
RUN dnf update -y \
Expand Down

0 comments on commit f996ef3

Please sign in to comment.