Switch to non-devel
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
42b8280ed0
commit
1b176aab55
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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" ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user