add libreoffice installation

This commit is contained in:
Jeniamakarchik
2020-02-14 16:06:39 +03:00
parent aca017b55f
commit 58b1d1bf23

View File

@@ -1,5 +1,7 @@
FROM python:3
RUN apt-get install libreoffice
COPY requirements.txt /app/
RUN pip install -r /app/requirements.txt
COPY . /app/