Remove libreoffice
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
FROM python:3.11.3
|
| 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
|
|
|
|
| 1 |
FROM python:3.11.3
|
| 2 |
|
| 3 |
RUN apt-get update && \
|
|
|
|
| 4 |
apt-get clean && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
RUN useradd -m -u 1000 user
|