diff --git a/packaging/docker-rh8/Dockerfile b/packaging/docker-rh8/Dockerfile index a1f5d5875..ccebaba81 100644 --- a/packaging/docker-rh8/Dockerfile +++ b/packaging/docker-rh8/Dockerfile @@ -11,12 +11,12 @@ RUN useradd -ms /bin/bash -g $gid --home-dir /etc/cloudify -u $uid cfyuser 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-minimal-langpack-2.28-189.el8.$arch.rpm \ - https://repository.cloudifysource.org/cloudify/components/glibc-locale-source-2.28-189.el8.$arch.rpm +# 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-minimal-langpack-2.28-189.el8.$arch.rpm \ +# https://repository.cloudifysource.org/cloudify/components/glibc-locale-source-2.28-189.el8.$arch.rpm RUN yum install -y openssl-1.1.1k libselinux-utils \ logrotate python3-setuptools which cronie \