summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'auth/docker/Dockerfile')
-rw-r--r--auth/docker/Dockerfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/auth/docker/Dockerfile b/auth/docker/Dockerfile
index 7afe69d8..8f8fde7c 100644
--- a/auth/docker/Dockerfile
+++ b/auth/docker/Dockerfile
@@ -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