summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2021-02-23 17:17:41 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2021-02-23 17:27:41 +0100
commitd32a1f37b3e68ef22110f5d50a348058f6f1da3d (patch)
treef5a602d30325a31af7cc3dc3f4bd38406dfc3fed /scripts
parentscripts: add libmnl to Fedora and Debian Dockerfiles (diff)
downloadknot-d32a1f37b3e68ef22110f5d50a348058f6f1da3d.tar.xz
knot-d32a1f37b3e68ef22110f5d50a348058f6f1da3d.zip
scripts: rename PowerTools to powertools in CentOS Dockerfile
Very good CentOS 8!
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/centos:latest/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/centos:latest/Dockerfile b/scripts/docker/centos:latest/Dockerfile
index 927f45e17..83df638bc 100644
--- a/scripts/docker/centos:latest/Dockerfile
+++ b/scripts/docker/centos:latest/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Knot DNS <knot-dns@labs.nic.cz>
ENV DEBIAN_FRONTEND noninteractive
RUN dnf -y upgrade
RUN dnf -y install epel-release
-RUN dnf -y --enablerepo PowerTools install \
+RUN dnf -y --enablerepo powertools install \
'autoconf' \
'automake' \
'diffutils' \