om4r932 commited on
Commit
9f697a0
·
1 Parent(s): 4991d5e

Add libreoffice

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.9
2
 
3
  RUN apt-get update && \
 
4
  apt-get clean && rm -rf /var/lib/apt/lists/*
5
 
6
  RUN useradd -m -u 1000 user
 
1
  FROM python:3.9
2
 
3
  RUN apt-get update && \
4
+ apt-get install -y libreoffice libreoffice-writer libreoffice-calc libreoffice-impress && \
5
  apt-get clean && rm -rf /var/lib/apt/lists/*
6
 
7
  RUN useradd -m -u 1000 user