From: Venkata Harish K Kajur Date: Mon, 20 Feb 2017 21:54:37 +0000 (+0000) Subject: Remove force update and ca-certificates X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=91308354965493700cb3eb61d74bc6c2c1811d5b;p=aai%2Faai-service.git Remove force update and ca-certificates Change-Id: Iaf60551f8579c4d517a0ea3392b2329f4bbffc4b Signed-off-by: Venkata Harish K Kajur --- diff --git a/ajsc-aai/src/main/resources/docker/Dockerfile b/ajsc-aai/src/main/resources/docker/Dockerfile index 16a785d..02d8a54 100644 --- a/ajsc-aai/src/main/resources/docker/Dockerfile +++ b/ajsc-aai/src/main/resources/docker/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y software-properties-common # sudo -E is required to preserve the environment # If you remove that line, it will most like freeze at this step -RUN sudo -E add-apt-repository ppa:openjdk-r/ppa && \ +RUN apt-get install --reinstall ca-certificates && sudo -E add-apt-repository ppa:openjdk-r/ppa && \ apt-get update && \ apt-get -qq install -y openjdk-8-jre-headless git curl ksh diff --git a/pom.xml b/pom.xml index 266f4ae..a70eb69 100644 --- a/pom.xml +++ b/pom.xml @@ -92,12 +92,6 @@ ecomp-snapshots ECOMP Snapshot Repository https://nexus.openecomp.org/content/repositories/snapshots/ - - always - - - always -