aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-11-05 12:47:35 +0200
committerAreli Fuss <af732p@att.com>2017-11-05 12:47:35 +0200
commite8df04c680d128453827dc443fd21b1083dbb2a5 (patch)
tree8550439ff5fd20def3e94422f81cadbffecb0930 /Dockerfile
parent78dd28d593a4ba8815cb81dc940f52b6f77133dc (diff)
Move the add key to Dockerfile
Workaround for onap Change-Id: Iea0ba52fce4c1536a1bf304a631eb0e2cc2a0368 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 9633a54..f920626 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,6 +49,11 @@ RUN apt-get update -q \
nano \
patch
+#Workaround for onap
+ADD https://packages.gitlab.com/gpg.key key
+RUN cat key | apt-key add -
+RUN apt-key list
+
# Copy assets
COPY RELEASE /
COPY assets/ /assets/