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
+1 -1
View File
@@ -30,7 +30,7 @@ RUN apt-get update && \
python3-watchdog \ python3-watchdog \
python3-xlrd \ python3-xlrd \
python3-xlwt \ python3-xlwt \
xz-utils \ xz-utils
RUN WKH_VERSION=$([ "$(uname -m)" = 'aarch64' ] && echo "arm64" || echo "amd64") \ 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 \ && 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 \