Commit 1b649534 authored by Tim Leers's avatar Tim Leers Committed by Geoff Simmons

Reduce cache layer in klarlack dockerfile

parent 9614aaf3
FROM ubuntu:bionic-20200403
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y curl gnupg
# install varnish repo
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y curl gnupg
# add uplex repository and import gpg key
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 apt-get clean
RUN apt-get update
RUN apt-get clean && \
apt-get update
RUN apt-get install -y varnish
RUN apt-get install -y dcs-classifier \
RUN apt-get install -y varnish \
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