Merge "Install tools/libs from doc hub image"
authorJonathan Gathman <jonathan.gathman@att.com>
Fri, 18 May 2018 10:06:12 +0000 (10:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 18 May 2018 10:06:12 +0000 (10:06 +0000)
auth/docker/Dockerfile

index 7afe69d..8f8fde7 100644 (file)
@@ -1,4 +1,4 @@
-FROM openjdk:8
+FROM rmannfv/aaf-base:openjdk8
 MAINTAINER AAF Team, AT&T 2018
 ENV VERSION=${AAF_VERSION}
 
@@ -6,11 +6,6 @@ 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
 COPY bin /opt/app/aaf/${AAF_COMPONENT}/bin