Skip to content

Commit

Permalink
Add to shell call, Alpine necessity
Browse files Browse the repository at this point in the history
  • Loading branch information
johndmulhausen committed May 25, 2017
1 parent f95cccd commit 089f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 089f17e

Please sign in to comment.