Skip to content
Snippets Groups Projects
Verified Commit f7e0dc1e authored by David Beniamine's avatar David Beniamine
Browse files

Add libreoffice tools to generate pdf from odt

parent 167b2240
Branches
No related tags found
No related merge requests found
FROM debian:bullseye
RUN apt-get upgrade -y
RUN apt-get update
RUN apt-get install -y \
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
apache2 \
apt-transport-https\
chromium-driver\
......@@ -13,6 +12,8 @@ RUN apt-get install -y \
git\
gnupg\
libldap2-dev\
libreoffice-common \
libreoffice-writer-nogui \
libxml2-dev\
libzip-dev\
locales \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment