Ship htpasswd

Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
Olivier Gambier 2015-06-11 22:11:26 -07:00
parent 4dc0c5e0c5
commit 844dd6b0a5
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