Remove already installed packages 75/57775/1
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Thu, 26 Jul 2018 23:43:33 +0000 (16:43 -0700)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Thu, 26 Jul 2018 23:48:00 +0000 (16:48 -0700)
These are installed and present in the base container.

Change-Id: Ibf591476e1fb9e036398043614e2a92ac939f6ba
Issue-ID: AAF-342
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
bin/caservicecontainer/dockerfile

index 8557181..a7f2cf7 100755 (executable)
@@ -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