Modified repo distribution point to be from SOLUTION defined PACKAGE_STREAM so it can differ from OS_RELEASE
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
a2ca2a1085
commit
269292a4bd
@ -22,6 +22,6 @@ 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] ${PACKAGE_REPOSITORY} ${OS_RELEASE} main" > /etc/apt/sources.list.d/intel-graphics.list
|
||||
RUN echo "deb [trusted=yes arch=amd64] ${PACKAGE_REPOSITORY} ${PACKAGE_STREAM} main" > /etc/apt/sources.list.d/intel-graphics.list
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user