From e8df04c680d128453827dc443fd21b1083dbb2a5 Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Sun, 5 Nov 2017 12:47:35 +0200 Subject: Move the add key to Dockerfile Workaround for onap Change-Id: Iea0ba52fce4c1536a1bf304a631eb0e2cc2a0368 Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- assets/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/setup b/assets/setup index ff57d4a..ccad286 100755 --- a/assets/setup +++ b/assets/setup @@ -43,7 +43,7 @@ source /RELEASE # Download & Install GitLab echo "deb https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/gitlab_${RELEASE_PACKAGE}.list -wget -d --secure-protocol=TLSv1 --no-check-certificate -O - https://packages.gitlab.com/gpg.key | apt-key add - +#wget -d --secure-protocol=TLSv1 --no-check-certificate -O - https://packages.gitlab.com/gpg.key | apt-key add - apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION} -- cgit 1.2.3-korg