From 089f17eade0951542beb178047946d24b078e8cf Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 25 May 2017 15:08:51 -0700 Subject: [PATCH] Add to shell call, Alpine necessity --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b3b44ed2dd..3876d4b3aaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV ENGINE_BRANCH="17.05.x" ENV DISTRIBUTION_SVN_BRANCH="branches/release/2.6" ENV DISTRIBUTION_BRANCH="release/2.6" -RUN md_source/_scripts/fetch-upstream-resources.sh \ +RUN sh md_source/_scripts/fetch-upstream-resources.sh \ && jekyll build -s md_source -d target --config md_source/_config.yml \ && rm -rf target/apidocs/layouts \ && find target -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \