[FIX]
This commit is contained in:
parent
09175200da
commit
84e1061343
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user