From 52983c7bec5396ab976ef47139154f2b23363b42 Mon Sep 17 00:00:00 2001 From: Lukas Grimm Date: Wed, 11 Mar 2026 12:29:07 +0100 Subject: [PATCH] fix #442 --- 17.0/Dockerfile | 1 + 18.0/Dockerfile | 1 + 19.0/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/17.0/Dockerfile b/17.0/Dockerfile index ea2d0bab0..caa6787b2 100644 --- a/17.0/Dockerfile +++ b/17.0/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && \ libssl-dev \ node-less \ npm \ + python3-google-auth \ python3-magic \ python3-num2words \ python3-odf \ diff --git a/18.0/Dockerfile b/18.0/Dockerfile index 1a7233009..e438f760a 100644 --- a/18.0/Dockerfile +++ b/18.0/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && \ libssl-dev \ node-less \ npm \ + python3-google-auth \ python3-magic \ python3-num2words \ python3-odf \ diff --git a/19.0/Dockerfile b/19.0/Dockerfile index f56aaa650..486c6ab81 100644 --- a/19.0/Dockerfile +++ b/19.0/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && \ libssl-dev \ node-less \ npm \ + python3-google-auth \ python3-magic \ python3-num2words \ python3-odf \