From c58a5435676d121a40a02e742abb3bd4d43f126d Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 6 Nov 2019 16:09:36 -0800 Subject: [PATCH] Updated after scripts/build-dockerfile Signed-off-by: James Ketrenos --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca177a9..1b58cbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,13 +106,13 @@ FROM base AS agama # && rm /tmp/repositories.key # Add the repository -#RUN apt-add-repository "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/graphics/ubuntu disco main" +#RUN apt-add-repository "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/external/ubuntu disco main" # Cleanup #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 main" > /etc/apt/sources.list.d/intel-graphics.list +RUN echo "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/external/ubuntu disco main" > /etc/apt/sources.list.d/intel-graphics.list