use same version for all klarlack packages

parent 55ba7d64
......@@ -12,29 +12,29 @@ RUN apt-get clean && \
apt-get update
RUN apt-get install -y varnish=${VERSION} \
dcs-classifier \
libvfp-brotli \
libvdfp-pipe \
libvmod-all-healthy \
libvmod-blobdigest \
libvmod-blobsynth \
libvmod-cluster \
libvmod-crypto \
libvmod-dispatch \
libvmod-dns \
libvmod-dynamic \
libvmod-frozen \
libvmod-geoip2 \
libvmod-hoailona \
libvmod-querystring \
libvmod-re \
libvmod-re2 \
libvmod-selector \
libvmod-xcounter \
libvmod-dynamic \
libvmod-tus \
varnish-modules \
varnish-objvar
dcs-classifier=${VERSION} \
libvfp-brotli=${VERSION} \
libvdfp-pipe=${VERSION} \
libvmod-all-healthy=${VERSION} \
libvmod-blobdigest=${VERSION} \
libvmod-blobsynth=${VERSION} \
libvmod-cluster=${VERSION} \
libvmod-crypto=${VERSION} \
libvmod-dispatch=${VERSION} \
libvmod-dns=${VERSION} \
libvmod-dynamic=${VERSION} \
libvmod-frozen=${VERSION} \
libvmod-geoip2=${VERSION} \
libvmod-hoailona=${VERSION} \
libvmod-querystring=${VERSION} \
libvmod-re=${VERSION} \
libvmod-re2=${VERSION} \
libvmod-selector=${VERSION} \
libvmod-xcounter=${VERSION} \
libvmod-dynamic=${VERSION} \
libvmod-tus=${VERSION} \
varnish-modules=${VERSION} \
varnish-objvar=${VERSION}
# watermark related
# XXX build package separately and install binary
......
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