This commit is contained in:
2021-07-16 09:14:45 +02:00
parent b78b64fccb
commit ef26441708

View File

@ -1,7 +1,5 @@
FROM node
RUN apt-get update && apt-get install -y pandoc pandoc-data texlive-latex-recommended pandoc-citeproc texlive-latex-extra python python-pip
RUN pip install pandocfilters
# Create app directory
WORKDIR /usr/src/app
# Install app dependencies