varnish: make a change to trigger the build

This commit is contained in:
Vincent Batts 2017-03-10 10:28:38 -05:00
parent e5de889f20
commit ee815e9ccc
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
FROM fedora
RUN yum install -y --setopt=override_install_langs=en --setopt=tsflags=nodocs varnish redhat-rpm-config && rm -rf /var/cache/yum
RUN dnf install -y --setopt=override_install_langs=en --setopt=tsflags=nodocs varnish redhat-rpm-config && rm -rf /var/cache/yum
ADD . /srv/
VOLUME ["/var/lib/varnish"]
EXPOSE 6081 6082
CMD ["/srv/run.sh"]