1
0

Updated to latest xe-solutions

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2020-11-03 21:15:19 -08:00
parent 4496a72e89
commit 3074877618
2 changed files with 4 additions and 4 deletions

View File

@ -123,8 +123,8 @@ RUN apt-get -q update \
# Fetch and install the signing key for https://osgc.jf.intel.com/internal # Fetch and install the signing key for https://osgc.jf.intel.com/internal
# #
RUN wget -qO - https://osgc.jf.intel.com/internal/intel-graphics.key | sudo apt-key add - RUN wget -qO - https://osgc.jf.intel.com/internal/intel-graphics.key | apt-key add -
RUN sudo apt-add-repository \ RUN apt-add-repository \
'deb [arch=amd64] https://osgc.jf.intel.com/internal/ubuntu focal main' 'deb [arch=amd64] https://osgc.jf.intel.com/internal/ubuntu focal main'
# Cleanup # Cleanup

View File

@ -9,8 +9,8 @@ RUN apt-get -q update \
# Fetch and install the signing key for ${PACKAGE_REPOSITORY} # Fetch and install the signing key for ${PACKAGE_REPOSITORY}
# #
RUN wget -qO - ${PACKAGE_REPOSITORY}/intel-graphics.key | sudo apt-key add - RUN wget -qO - ${PACKAGE_REPOSITORY}/intel-graphics.key | apt-key add -
RUN sudo apt-add-repository \ RUN apt-add-repository \
'deb [arch=amd64] ${PACKAGE_REPOSITORY}/${OS_DISTRO} ${PACKAGE_STREAM} main' 'deb [arch=amd64] ${PACKAGE_REPOSITORY}/${OS_DISTRO} ${PACKAGE_STREAM} main'
# Cleanup # Cleanup