Skip to content

Commit

Permalink
Merge pull request #94 from dalibo/fixup_echo
Browse files Browse the repository at this point in the history
FIX #87 : fixup echo again
  • Loading branch information
daamien authored Mar 27, 2019
2 parents 7820570 + 824354c commit ccaba3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ccaba3c

Please sign in to comment.