Add libreoffice
Browse files- 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
|