blob: b54dce7711f839dca8d9684e9ed7941dedc39e47 [file] [log] [blame]
Instrumental9ec28952018-07-12 11:14:10 -05001FROM rmannfv/aaf-base:xenial
2MAINTAINER AAF Team, AT&T 2018
3ENV VERSION=${AAF_VERSION}
4
5LABEL description="aaf_core"
6LABEL version=${AAF_VERSION}
7
8COPY lib /opt/app/aaf/lib
9COPY bin /opt/app/aaf/bin
Instrumental567a9632018-08-14 13:55:32 -050010COPY theme /opt/app/aaf/theme
11
Instrumental9ec28952018-07-12 11:14:10 -050012