Fix location to leenooks apt repository

This commit is contained in:
Deon George 2021-03-03 14:04:30 +11:00
parent 12c45fb552
commit a044159d41
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 -s http://apt.leenooks.net/buster/setup.sh | sh
RUN curl -sL http://apt.leenooks.net/setup.sh | sh buster
RUN apt-get update \
&& apt-get install -yqq wkhtmltox \