Commit d3c6a980 authored by Geoff Simmons's avatar Geoff Simmons

Specify the version in the klarlack container build.

parent 27dbb3da
FROM ubuntu:bionic-20201119
ENV VERSION=20201215+bionic
RUN apt-get update && \
apt-get upgrade -y && \
......@@ -10,8 +11,8 @@ RUN curl -L https://pkg.uplex.de/dpkg/uplex-varnish.gpg.key | apt-key add -
RUN apt-get clean && \
apt-get update
RUN apt-get install -y varnish \
dcs-classifier \
RUN apt-get install -y varnish=${VERSION} \
dcs-classifier \
libvfp-brotli \
libvmod-all-healthy \
libvmod-blobdigest \
......
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