Commit 0e64f499 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix: install VMOD selector in the Varnish Docker container.

parent 2713e472
......@@ -5,6 +5,7 @@ RUN yum install -y epel-release && yum update -y -q && \
yum-config-manager --add-repo https://pkg.uplex.de/rpm/7/uplex-varnish/x86_64/ && \
yum install -y -q varnish-6.1.1 && \
yum install -y -q --nogpgcheck vmod-re2 && \
yum install -y -q --nogpgcheck vmod-selector && \
yum clean all && rm -rf /var/cache/yum
RUN /bin/mkdir /var/run/varnish
COPY bogo_backend.vcl /etc/varnish/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment