From 84e1061343a78a22f823bdaf60d0578503ecb66f Mon Sep 17 00:00:00 2001 From: Jeffry Jesus De La Rosa Date: Sun, 4 Dec 2022 00:42:43 -0400 Subject: [PATCH] [FIX] --- 15.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15.0/Dockerfile b/15.0/Dockerfile index fa85f62..8bf964e 100644 --- a/15.0/Dockerfile +++ b/15.0/Dockerfile @@ -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 \