Merge pull request #626 from dmp42/0.htpasswd

Ship htpasswd
This commit is contained in:
Olivier Gambier 2015-06-11 23:42:15 -07:00
commit fc09e50eb4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.4 FROM golang:1.4
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y librados-dev && \ apt-get install -y librados-dev apache2-utils && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution