diff --git a/Dockerfile b/Dockerfile index a525fd1..ca177a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ FROM base AS agama #RUN apt-get remove -y wget # Install repository as trusted until we have a signed repository: -RUN echo "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/graphics/ubuntu disco-devel main" > /etc/apt/sources.list.d/intel-graphics.list +RUN echo "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/graphics/ubuntu disco main" > /etc/apt/sources.list.d/intel-graphics.list diff --git a/Dockerfile.rhel-8.0.0 b/Dockerfile.rhel-8.0.0 index 43106ec..dd76004 100644 --- a/Dockerfile.rhel-8.0.0 +++ b/Dockerfile.rhel-8.0.0 @@ -176,7 +176,7 @@ RUN dnf clean all \ RUN { \ echo "[intel-graphics]" ; \ echo "name=Intel Graphics Drivers Repository" ; \ - echo "baseurl=https://osgc.jf.intel.com/graphics/rhel/8.0-devel/" ; \ + echo "baseurl=https://osgc.jf.intel.com/internal/rhel/8.0/" ; \ echo "sslverify=0" ; \ echo "enabled=1" ; \ echo "gpgcheck=0" ; \