You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ot...@apache.org on 2017/05/10 19:13:37 UTC

incubator-metron git commit: METRON-886 ansible-docker issues on centos6 with docker-io (ottobackwards) closes apache/incubator-metron#546

Repository: incubator-metron
Updated Branches:
  refs/heads/master 64b66f28a -> e375936a1


METRON-886 ansible-docker issues on centos6 with docker-io (ottobackwards) closes apache/incubator-metron#546


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/e375936a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/e375936a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/e375936a

Branch: refs/heads/master
Commit: e375936a17ee0ce743d5d9f4446ea21dee474450
Parents: 64b66f2
Author: ottobackwards <ot...@gmail.com>
Authored: Wed May 10 14:36:08 2017 -0400
Committer: otto <ot...@apache.org>
Committed: Wed May 10 14:36:08 2017 -0400

----------------------------------------------------------------------
 metron-deployment/packaging/docker/ansible-docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/e375936a/metron-deployment/packaging/docker/ansible-docker/Dockerfile
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/docker/ansible-docker/Dockerfile b/metron-deployment/packaging/docker/ansible-docker/Dockerfile
index 825e8a7..3fc8de5 100644
--- a/metron-deployment/packaging/docker/ansible-docker/Dockerfile
+++ b/metron-deployment/packaging/docker/ansible-docker/Dockerfile
@@ -35,7 +35,7 @@ RUN python2.7 setup.py install
 RUN easy_install-2.7 pip
 RUN pip2.7 install ansible==2.0.0.2
 RUN pip2.7 install boto
-COPY ansible.cfg /root
+COPY ansible.cfg /root/
 ENV ANSIBLE_CONFIG /root/ansible.cfg
 RUN yum install -y java-1.8.0-openjdk java-1.8.0-openjdk-devel
 RUN yum install -y which