Dockerfile: build with the RADOS driver

Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>
pull/579/head
Vincent Giersch 2015-06-01 10:15:53 +00:00
parent 3073b1d9e5
commit c4a05d6c65
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
FROM golang:1.4
RUN apt-get update && \
apt-get install -y librados-dev && \
rm -rf /var/lib/apt/lists/*
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV GOPATH $DISTRIBUTION_DIR/Godeps/_workspace:$GOPATH
ENV DOCKER_BUILDTAGS include_rados
WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR