Commit bdfbab11 authored by Tim Leers's avatar Tim Leers

Klarlack: clean cache and install brotli

parent aa66dc14
...@@ -9,9 +9,11 @@ RUN apt-get install -y varnish-dev=6.3.2-1~bionic ...@@ -9,9 +9,11 @@ RUN apt-get install -y varnish-dev=6.3.2-1~bionic
# add uplex repodownloag gpg and import # add uplex repodownloag gpg and import
RUN echo "deb https://pkg.uplex.de/dpkg bionic innovation" | tee -a /etc/apt/sources.list RUN echo "deb https://pkg.uplex.de/dpkg bionic innovation" | tee -a /etc/apt/sources.list
RUN curl -L https://pkg.uplex.de/dpkg/uplex-varnish.gpg.key | apt-key add - RUN curl -L https://pkg.uplex.de/dpkg/uplex-varnish.gpg.key | apt-key add -
RUN apt-get clean
RUN apt-get update RUN apt-get update
RUN apt-get install -y dcs-classifier \ RUN apt-get install -y dcs-classifier \
libvfp-brotli \
libvmod-all-healthy \ libvmod-all-healthy \
libvmod-blobdigest \ libvmod-blobdigest \
libvmod-blobsynth \ libvmod-blobsynth \
......
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