From: Manjunath Ranganathaiah Date: Thu, 26 Jul 2018 23:43:33 +0000 (-0700) Subject: Remove already installed packages X-Git-Tag: 3.0.0~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d4d57900ff60d60d1c6ec4d448e0294d6d56bbbc;p=aaf%2Fsshsm.git Remove already installed packages These are installed and present in the base container. Change-Id: Ibf591476e1fb9e036398043614e2a92ac939f6ba Issue-ID: AAF-342 Signed-off-by: Manjunath Ranganathaiah --- diff --git a/bin/caservicecontainer/dockerfile b/bin/caservicecontainer/dockerfile index 8557181..a7f2cf7 100755 --- a/bin/caservicecontainer/dockerfile +++ b/bin/caservicecontainer/dockerfile @@ -2,10 +2,6 @@ # Base Image for the build FROM rmannfv/aaf-base:xenial -RUN apt-get update -RUN apt-get install -y softhsm2 -RUN apt-get install -y opensc - # Files required for the Java application RUN wget https://www.bouncycastle.org/download/bcprov-jdk15on-159.jar RUN wget https://www.bouncycastle.org/download/bcpkix-jdk15on-159.jar