This commit is contained in:
Jeffry Jesus De La Rosa 2022-12-04 00:41:48 -04:00 committed by GitHub
parent 41e05ed3fe
commit 09175200da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ RUN apt-get update && \
python3-watchdog \
python3-xlrd \
python3-xlwt \
xz-utils \
xz-utils
RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \
&& curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${WKH_VERSION}.deb \