Install tools/libs from doc hub image
[aaf/authz.git] / 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