From 7639d7f2154a4787364c352ebb9d9885feb07bf5 Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Mon, 27 Nov 2023 15:12:35 +0000
Subject: [PATCH] Update Dockerfile: Delete double space

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7e9c80c..b69ae83 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/ansible /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