From c4cbf53b058252eea7968f0d0eff2ff31434ed84 Mon Sep 17 00:00:00 2001 From: yuvlar Date: Thu, 4 May 2023 18:04:33 +0300 Subject: [PATCH] fix dockerfile --- packaging/docker-rh8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker-rh8/Dockerfile b/packaging/docker-rh8/Dockerfile index c2dcf5d81..801b044ab 100644 --- a/packaging/docker-rh8/Dockerfile +++ b/packaging/docker-rh8/Dockerfile @@ -13,7 +13,7 @@ RUN yum makecache --refresh RUN yum install -y https://repository.cloudifysource.org/cloudify/components/libnsl-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-common-2.28-189.el8.$arch.rpm \ - https://repository.cloudifysource.org/cloudify/components/glibc-langpack-en-2.28-189.el8.$arch.rpm + https://repository.cloudifysource.org/cloudify/components/glibc-langpack-en-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-minimal-langpack-2.28-189.el8.$arch.rpm RUN yum install -y openssl-1.1.1k libselinux-utils \