Modified install of Agama repo to use PACKAGE_REPOSITORY and OS_RELEASE as defined by SOLUTION
Switch repository to use trusted=yes until we can publish a signing key for the repository Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
c39172c2bf
commit
5d9677ae5e
@ -9,11 +9,11 @@ RUN apt-get -q update \
|
|||||||
&& rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log}
|
&& rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log}
|
||||||
|
|
||||||
# Fetch and install the signing key for OSGC's Agama repository
|
# Fetch and install the signing key for OSGC's Agama repository
|
||||||
RUN wget --no-proxy --quiet -O /tmp/aptly.key http://osgc.jf.intel.com/packages/agama/ubuntu/aptly_repo_signing.key \
|
#RUN wget --no-proxy --quiet -O /tmp/repositories.key http://repositories.intel.com/graphics/ubuntu/repository.key \
|
||||||
&& APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn apt-key add /tmp/aptly.key \
|
# && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn apt-key add /tmp/repositories.key \
|
||||||
&& rm /tmp/aptly.key
|
# && rm /tmp/repositories.key
|
||||||
|
|
||||||
# Add internal Agama repository
|
# Add internal Agama repository
|
||||||
RUN apt-add-repository "deb [arch=amd64] http://osgc.jf.intel.com/packages/agama/ubuntu disco main"
|
RUN apt-add-repository "deb [trusted=yes arch=amd64] ${PACKAGE_REPOSITORY} ${OS_RELEASE} main"
|
||||||
|
|
||||||
RUN apt-get remove -y wget
|
RUN apt-get remove -y wget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user