diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ MAINTAINER Eden Attenborough "gae19jtu@uea.ac.uk" ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update -y -RUN apt-get install -y python3-pip python3-dev build-essential texlive-base wkhtmltopdf +RUN apt-get install -y python3-pip python3-dev build-essential texlive-latex-base texlive-pictures texlive-science texlive-latex-extra wkhtmltopdf +RUN mkdir /out COPY ./Smarker /Smarker WORKDIR /Smarker RUN pip3 install -r requirements.txt |