Updated after scripts/build-dockerfile
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
5f3e514ceb
commit
c58a543567
@ -106,13 +106,13 @@ FROM base AS agama
|
|||||||
# && rm /tmp/repositories.key
|
# && rm /tmp/repositories.key
|
||||||
|
|
||||||
# Add the repository
|
# 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
|
# Cleanup
|
||||||
#RUN apt-get remove -y wget
|
#RUN apt-get remove -y wget
|
||||||
|
|
||||||
# Install repository as trusted until we have a signed repository:
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user