diff --git a/Dockerfile b/Dockerfile index c962c50..2c004a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/