Fix wkhtmltopdf name must have been lost in previous commit

This commit is contained in:
Deon George 2021-03-03 15:00:02 +11:00
parent 9a20da3294
commit 4cd10e8d0c
1 changed files with 1 additions and 1 deletions

View File

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