From 72ec53c7e2c3de89849e25e3735c1a3b6a71dceb Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Mon, 27 Nov 2023 14:46:48 +0000 Subject: [PATCH] Update Dockerfile: remove unused folders. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c48289..7e9c80c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml RUN apk add --update --no-cache gcc libc-dev libffi-dev curl vim bash openssh # Create ansible.cfg file and set custom paths for collections and roles -RUN mkdir -p /app/gap/collections /app/gap/roles /etc/ansible && \ +RUN mkdir -p /app/gap/ansible /etc/ansible && \ printf "[defaults]\ncollections_paths = /app/gap/ansible\nroles_path = /app/gap/ansible\nhost_key_checking=false" > /etc/ansible/ansible.cfg RUN pip install \ -- GitLab