Merge "Configuration Agent and MS for AAF"
[aaf/authz.git] / auth / docker / Dockerfile.core
1 FROM rmannfv/aaf-base:xenial 
2 MAINTAINER AAF Team, AT&T 2018
3 ENV VERSION=${AAF_VERSION}
4
5 LABEL description="aaf_core"
6 LABEL version=${AAF_VERSION}
7
8 COPY lib /opt/app/aaf/lib
9 COPY bin /opt/app/aaf/bin
10