From 45586b9b5890e96fad083abdb333f5a4dc3c853c Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 7 Nov 2024 17:23:37 +0100 Subject: [PATCH] removed ambiguous Unicode characters --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1027a06..eec8acf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN rm -rf $E_USR_LOCAL_BIN/* # Fai il clone del repository git di CKAN_DEFAULT_THEME direttamente nell'immagine Docker RUN git clone -b $CATALOGUE_DEFAULT_THEME_BRANCH_NAME $CATALOGUE_REPOSITORY $E_SRV_CUSTOMIZATIONS/$CATALOGUE_DEFAULT_THEME_BRANCH_NAME -# Fai il clone del repository git del branch CKAN_CUSTOMIZATION_THEME direttamente nell'immagine Docker +# Fai il clone del repository git del branch CKAN_CUSTOMIZATION_THEME direttamente nell immagine Docker RUN git clone -b $CKAN_CUSTOMIZATION_THEME $CATALOGUE_REPOSITORY $E_SRV_CUSTOMIZATIONS/$CATALOGUE_CUSTOM_THEME_BRANCH_NAME # Copia dei file per la customizzazione del CKAN