Fix location to leenooks apt repository
This commit is contained in:
parent
a044159d41
commit
9a20da3294
@ -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/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|
||||||
# Add in Leenooks' apt repository
|
# 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 \
|
RUN apt-get update \
|
||||||
&& apt-get install -yqq wkhtmltox \
|
&& apt-get install -yqq wkhtmltox \
|
||||||
|
Loading…
Reference in New Issue
Block a user