diff options
author | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-04-05 13:42:31 -0700 |
---|---|---|
committer | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-04-05 13:47:56 -0700 |
commit | accdf8de36a3b78be74e606d23ecd844f859545a (patch) | |
tree | 6018e80d99ae2de53fdc8e5a9eb25d52eeafec64 /auth | |
parent | 6611834c15886ba06b13cec15fc87ca732f07e06 (diff) |
Install tools/libs needed for pkcs11
Change-Id: I1607f1d16407d30c1265cff1e0c554809f374ea0
Issue-ID: AAF-203
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/docker/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |