Commit 73b04bc3 authored by Geoff Simmons's avatar Geoff Simmons

Install VMOD dynamic version 2.1.1 in the Varnish image.

parent 804eae10
......@@ -11,7 +11,7 @@ RUN yum install -y -q epel-release && yum -q makecache -y fast && \
yum install -y -q varnish-6.3.2 && \
yum install -y -q --nogpgcheck vmod-re2-1.8.0 && \
yum install -y -q --nogpgcheck vmod-selector-1.3.1 && \
yum install -y -q --nogpgcheck vmod-dynamic-2.1.0 && \
yum install -y -q --nogpgcheck vmod-dynamic-2.1.1 && \
yum -q clean all && rm -rf /var/cache/yum && rm -rf /usr/share/man && \
rm -rf /usr/share/doc && rm /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