shave off almost 200mb

This commit is contained in:
Vincent Batts 2014-03-10 10:27:18 -04:00
parent fb33ccc6c8
commit 47c3fa9a7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM fedora
RUN yum install -y docker-registry
RUN yum install -y --setopt=override_install_langs=en --setopt=tsflags=nodocs docker-registry && rm -rf /var/cache/yum
ADD run.sh /srv/run.sh
VOLUME ["/var/lib/docker-registry"]