diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2018-04-05 22:55:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-05 22:55:28 +0000 |
commit | b9b52eb4cc3527c5a02a8f4e587469c046754c1b (patch) | |
tree | 28cfca3f783a603bf16ad70142256ef20aaebd73 | |
parent | 47e19c7b188b70dc22b14bb1883c2401cb3c3126 (diff) | |
parent | accdf8de36a3b78be74e606d23ecd844f859545a (diff) |
Merge "Install tools/libs needed for pkcs11"
-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 |