1
0

Switch to non-devel

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-10-29 10:36:33 -07:00
parent 42b8280ed0
commit 1b176aab55
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" ; \