diff --git a/Dockerfile b/Dockerfile index 0d2267e..28cf6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,14 @@ FROM ubuntu:22.04 LABEL authors="Anton Georgiev" -ENV LIBREOFFICE_VERSION=7.6.6 +ENV LIBREOFFICE_VERSION=24.8.0 RUN apt-get update && apt-get install -y \ default-jre-headless \ libcairo2 \ + libx11-xcb1 \ libxinerama1 \ + libxslt1.1 \ libxt6 \ wget \ && apt-get clean \