From 85df63eb066d494cf6311bf383edcbed8956a25f Mon Sep 17 00:00:00 2001 From: tgic Date: Mon, 17 Aug 2015 21:47:30 +0800 Subject: [PATCH] enable aliyun oss support by default in docker image Signed-off-by: tgic --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 041016f09..7dcd3c1c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && \ ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV GOPATH $DISTRIBUTION_DIR/Godeps/_workspace:$GOPATH -ENV DOCKER_BUILDTAGS include_rados +ENV DOCKER_BUILDTAGS include_rados include_oss WORKDIR $DISTRIBUTION_DIR COPY . $DISTRIBUTION_DIR