From accdf8de36a3b78be74e606d23ecd844f859545a Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Thu, 5 Apr 2018 13:42:31 -0700 Subject: [PATCH] Install tools/libs needed for pkcs11 Change-Id: I1607f1d16407d30c1265cff1e0c554809f374ea0 Issue-ID: AAF-203 Signed-off-by: Manjunath Ranganathaiah --- auth/docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile index 7dee2eb7..60414de0 100644 --- a/auth/docker/Dockerfile +++ b/auth/docker/Dockerfile @@ -5,6 +5,10 @@ ENV VERSION=${AAF_VERSION} LABEL description="aaf ${AAF_COMPONENT}" LABEL version=${AAF_VERSION} +RUN apt-get update +RUN apt-get install -y softhsm2 +RUN apt-get install -y libsofthsm2 +RUN apt-get install -y opensc COPY lib /opt/app/aaf/${AAF_COMPONENT}/lib COPY theme /opt/app/aaf/${AAF_COMPONENT}/theme -- 2.16.6