aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-07-26 16:43:33 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-07-26 16:48:00 -0700
commitd4d57900ff60d60d1c6ec4d448e0294d6d56bbbc (patch)
tree76ab80ebd542f87f5d51e3e5040eb5574e280fd7
parent6a2a8d92236fcb5763af59d69c3a9d0edc9010c0 (diff)
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>
-rwxr-xr-xbin/caservicecontainer/dockerfile4
1 files changed, 0 insertions, 4 deletions
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