mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Fix build, using new GPG keys from Snips (#846)
This commit is contained in:
committed by
Pascal Vizeli
parent
65df334c34
commit
9d8760155c
@@ -11,20 +11,21 @@ ARG BUILD_ARCH
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
dirmngr \
|
|
||||||
apt-utils \
|
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
unzip \
|
apt-utils \
|
||||||
supervisor \
|
dirmngr \
|
||||||
|
gnupg-curl \
|
||||||
mpg123 \
|
mpg123 \
|
||||||
|
supervisor \
|
||||||
|
unzip \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& if [ "$BUILD_ARCH" = "amd64" ]; \
|
&& if [ "$BUILD_ARCH" = "amd64" ]; \
|
||||||
then \
|
then \
|
||||||
bash -c 'echo "deb https://debian.snips.ai/stretch stable main" > /etc/apt/sources.list.d/snips.list' \
|
bash -c 'echo "deb https://debian.snips.ai/stretch stable main" > /etc/apt/sources.list.d/snips.list' \
|
||||||
&& apt-key adv --keyserver pgp.surfnet.nl --recv-keys F727C778CCB0A455; \
|
&& apt-key adv --fetch-keys https://debian.snips.ai/5FFCD0DEB5BA45CD.pub; \
|
||||||
else \
|
else \
|
||||||
bash -c 'echo "deb https://raspbian.snips.ai/stretch stable main" > /etc/apt/sources.list.d/snips.list' \
|
bash -c 'echo "deb https://raspbian.snips.ai/stretch stable main" > /etc/apt/sources.list.d/snips.list' \
|
||||||
&& apt-key adv --keyserver pgp.surfnet.nl --recv-keys D4F50CDCA10A2849; \
|
&& apt-key adv --fetch-keys https://raspbian.snips.ai/531DD1A7B702B14D.pub; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ARG SNIPS_VERSION
|
ARG SNIPS_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user