aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--centos8-build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos8-build/Dockerfile b/centos8-build/Dockerfile
index e71e03c..9a21bbc 100644
--- a/centos8-build/Dockerfile
+++ b/centos8-build/Dockerfile
@@ -7,7 +7,7 @@ RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf
# Make additional development libraries available from PowerTools and Osmocom nightly (e.g. libdbi)
RUN dnf install -y dnf-utils wget && \
- yum config-manager --set-enabled PowerTools && \
+ yum config-manager --set-enabled powertools && \
cd /etc/yum.repos.d/ && \
wget https://download.opensuse.org/repositories/network:osmocom:nightly/CentOS_8_Stream/network:osmocom:nightly.repo