From 1b176aab5566294f821374c31ce25b96127aff73 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 29 Oct 2019 10:36:33 -0700 Subject: [PATCH] Switch to non-devel Signed-off-by: James Ketrenos --- Dockerfile | 2 +- Dockerfile.rhel-8.0.0 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ; \