Updated to latest xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
4496a72e89
commit
3074877618
@ -123,8 +123,8 @@ RUN apt-get -q update \
|
||||
|
||||
# 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 sudo apt-add-repository \
|
||||
RUN wget -qO - https://osgc.jf.intel.com/internal/intel-graphics.key | apt-key add -
|
||||
RUN apt-add-repository \
|
||||
'deb [arch=amd64] https://osgc.jf.intel.com/internal/ubuntu focal main'
|
||||
|
||||
# Cleanup
|
||||
|
@ -9,8 +9,8 @@ RUN apt-get -q update \
|
||||
|
||||
# Fetch and install the signing key for ${PACKAGE_REPOSITORY}
|
||||
#
|
||||
RUN wget -qO - ${PACKAGE_REPOSITORY}/intel-graphics.key | sudo apt-key add -
|
||||
RUN sudo apt-add-repository \
|
||||
RUN wget -qO - ${PACKAGE_REPOSITORY}/intel-graphics.key | apt-key add -
|
||||
RUN apt-add-repository \
|
||||
'deb [arch=amd64] ${PACKAGE_REPOSITORY}/${OS_DISTRO} ${PACKAGE_STREAM} main'
|
||||
|
||||
# Cleanup
|
||||
|
Loading…
x
Reference in New Issue
Block a user