Fix location to leenooks apt repository
This commit is contained in:
parent
12c45fb552
commit
a044159d41
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user