From 824354c61dac7a77d0a3dece4f7e38fc68b2682b Mon Sep 17 00:00:00 2001 From: damien clochard Date: Wed, 27 Mar 2019 14:26:26 +0000 Subject: [PATCH] FIX #87 : fixup echo again --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 572de95..63f3971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN set -x && \ # # Set Locale for UTF-8 support -# This is needed for panflute filters see : +# This is needed for panflute filters see : # https://github.com/dalibo/pandocker/pull/86 # RUN locale-gen C.UTF-8 @@ -76,7 +76,7 @@ ENV LANG C.UTF-8 # SSH pre-config / useful for Gitlab CI # RUN mkdir -p ~/.ssh && \ - echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config # See Issue #87 + /bin/echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config # See Issue #87 # # Add local cache/. It's empty by default so this does not change the final