From 92ebe6a7a1f50ce49bf7839f6f80f37a6ee8732a Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Wed, 5 Sep 2018 10:20:26 -0700 Subject: Fix missing init.sh while building abrmd container The init.sh file is removed as part of ownership change hence needs to be removed from dockerfile as well. Change-Id: I62fc1e3e15f98caf68c78be6b3ab0dbb326c2eb4 Issue-ID: AAF-409 Signed-off-by: Manjunath Ranganathaiah --- bin/abrmdcontainer/dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/abrmdcontainer/dockerfile b/bin/abrmdcontainer/dockerfile index 7826833..095d6e2 100755 --- a/bin/abrmdcontainer/dockerfile +++ b/bin/abrmdcontainer/dockerfile @@ -2,6 +2,5 @@ FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest COPY ./initialize_tpm.sh /abrmd/bin/ COPY ./run_abrmd.sh /abrmd/bin/ -COPY ./init.sh /abrmd/bin/ RUN chmod -R +x /abrmd/bin -- cgit 1.2.3-korg