Commit bacee274 authored by Tim Leers's avatar Tim Leers Committed by Geoff Simmons

fix type

parent 48ed9c4a
......@@ -5,7 +5,7 @@ RUN apt-get upgrade
RUN apt-get install -y curl gnupg
# install varnish repo
# add uplex repodownloag gpg and import
# 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
......
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