Add to shell call, Alpine necessity

This commit is contained in:
John Mulhausen 2017-05-25 15:08:51 -07:00
parent f95cccd24a
commit 089f17eade
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
1 changed files with 1 additions and 1 deletions

View File

@ -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' \