forked from LiveCarta/BookConverter
add libreoffice installation
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user