Merge "Install tools/libs needed for pkcs11"
authorJonathan Gathman <jonathan.gathman@att.com>
Thu, 5 Apr 2018 22:55:28 +0000 (22:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 5 Apr 2018 22:55:28 +0000 (22:55 +0000)
auth/docker/Dockerfile

index 7dee2eb..60414de 100644 (file)
@@ -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