From 48c384cede41c99f7c1aa06ca6f6ffb92c7ae801 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 23 Jan 2017 15:01:27 -0800 Subject: [PATCH] Don't fetch the registry api template (#1341) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 72ba1f68bb8..25577c2de0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend && wget -O allv/engine/reference/commandline/cli.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/reference/commandline/cli.md \ && wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/deprecated.md \ && svn co https://github.com/docker/distribution/branches/$DISTRIBUTION_BRANCH/docs/spec allv/registry/spec \ + && rm allv/registry/spec/api.md.tmpl \ && wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \ && rm -rf allv/apidocs/cloud-api-source \ && rm -rf allv/tests \