cleanup: Fuel: docker: remove obsolete ffi patch
[armband.git] / patches / opnfv-fuel / 0008-build-docker-Import-Enea-Armband-keys.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2017 Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Fri, 28 Oct 2016 16:06:20 +0200
11 Subject: [PATCH] build/docker: Import Enea Armband keys
12
13 JIRA: ARMBAND-96
14
15 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
16 ---
17  build/docker/Dockerfile | 2 ++
18  1 file changed, 2 insertions(+)
19
20 diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
21 index 4beb560..04c4d2b 100644
22 --- a/build/docker/Dockerfile
23 +++ b/build/docker/Dockerfile
24 @@ -33,5 +33,7 @@ RUN git clone -b INSERT_FPB_BRANCH INSERT_FPB_REPO && cd fuel-plugins && \
25  # fuel-infra key
26  RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BCE5CC461FA22B08
27 +# Enea Armband key
28 +RUN apt-key adv --keyserver keys.gnupg.net --recv-keys DEAB90BA798AB1D1
29
30  RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
31  RUN echo "Defaults env_keep += \"ftp_proxy http_proxy https_proxy no_proxy RSYNC_PROXY RSYNC_CONNECT_PROG npm_config_registry\"" > /etc/sudoers.d/keep-proxies