enable aliyun oss support by default in docker image

Signed-off-by: tgic <farmer1992@gmail.com>
pull/883/head
tgic 2015-08-17 21:47:30 +08:00
parent 77c6d9deb9
commit 85df63eb06
1 changed files with 1 additions and 1 deletions

View File

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