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 \