summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2018-05-18 10:06:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-18 10:06:12 +0000
commit13df7fff629c4fae42de9c619f3bd5aeeeddf04a (patch)
tree98ff5e99611bd5c4ba6decb5e276ef31201416d9
parent14301035243467b553f1d32fbc81cb569a6cc1ff (diff)
parent30306c5ee3c622d0803ccf0dbe1fe9f7b5e89292 (diff)
Merge "Install tools/libs from doc hub image"
-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