Fix location to leenooks apt repository

This commit is contained in:
Deon George 2021-03-03 14:06:59 +11:00
parent a044159d41
commit 9a20da3294
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN echo "deb http://deb.debian.org/debian buster non-free" >> /etc/apt/sources.
&& rm -rf /var/lib/apt/lists/* /tmp/*
# Add in Leenooks' apt repository
RUN curl -sL http://apt.leenooks.net/setup.sh | sh buster
RUN curl -sL http://apt.leenooks.net/setup.sh | DISTRO=buster bash
RUN apt-get update \
&& apt-get install -yqq wkhtmltox \