From 58b1d1bf23a90a5ab438a380d0e705793483570c Mon Sep 17 00:00:00 2001 From: Jeniamakarchik Date: Fri, 14 Feb 2020 16:06:39 +0300 Subject: [PATCH] add libreoffice installation --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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/