From: Manjunath Ranganathaiah Date: Tue, 24 Apr 2018 16:55:21 +0000 (-0700) Subject: Install tools/libs from doc hub image X-Git-Tag: Beijing-2.1.1~35^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=30306c5ee3c622d0803ccf0dbe1fe9f7b5e89292;p=aaf%2Fauthz.git Install tools/libs from doc hub image Change-Id: I97dea0bc38955a6b36abf82f50458b8841981bcc Issue-ID: AAF-203 Signed-off-by: Manjunath Ranganathaiah --- 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