om4r932 commited on
Commit
ff8065f
·
1 Parent(s): f70fcdd

Remove libreoffice

Browse files
Files changed (1) hide show
  1. 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