From 77694c38014a5ca408f6422bf95087320c763fdb Mon Sep 17 00:00:00 2001 From: aburston Date: Fri, 11 Dec 2020 11:38:38 -0800 Subject: [PATCH] fixed collections --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 634b21d..7d6624f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN pip3 install -r requirements.txt RUN ansible-galaxy install Juniper.junos -p /etc/ansible/roles/ COPY requirements.yml . -RUN ansible-galaxy collection install -r requirements.yml -p /etc/ansible/roles +RUN ansible-galaxy collection install -r requirements.yml COPY network-roles network-roles RUN cd network-roles/ebgp-ip-fabric && bash install.sh