Fix glitch from previous commit

parent 1cdd97f4
......@@ -25,7 +25,7 @@ RUN apt-get install -y varnish=${VERSION} \
libvmod-frozen=${VERSION} \
libvmod-geoip2=${VERSION} \
libvmod-hoailona=${VERSION} \
libvmod-iconv=${VERSION}
libvmod-iconv=${VERSION} \
libvmod-j=${VERSION} \
libvmod-querystring=${VERSION} \
libvmod-re2=${VERSION} \
......@@ -35,7 +35,7 @@ RUN apt-get install -y varnish=${VERSION} \
libvmod-xcounter=${VERSION} \
libvmod-zipflow=${VERSION} \
varnish-modules=${VERSION} \
varnish-objvar=${VERSION} \
varnish-objvar=${VERSION}
RUN apt-get remove -y -q curl gnupg && \
apt-get autoremove -y -q && \
......
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