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 <manjunath.ranganathaiah@intel.com>
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