1
0

Updated after scripts/build-dockerfile

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-11-06 16:09:36 -08:00
parent 5f3e514ceb
commit c58a543567

View File

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