Merge pull request #626 from dmp42/0.htpasswd

Ship htpasswd
pull/627/merge
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
RUN apt-get update && \
apt-get install -y librados-dev && \
apt-get install -y librados-dev apache2-utils && \
rm -rf /var/lib/apt/lists/*
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution