mirror of https://github.com/docker/docs.git
Add to shell call, Alpine necessity
This commit is contained in:
parent
f95cccd24a
commit
089f17eade
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue