summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-27 18:31:52 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-27 18:31:52 +0100
commit2c891af807fd46b72a539ee99040dee18b3cd6e3 (patch)
treeb10c83596e8d157d8e7cbdfd57797d2b4bd15505 /Dockerfile
parent24dbd9f360be1a533bb33e2506a88fd9af85eac2 (diff)
downloadSmarker-2c891af807fd46b72a539ee99040dee18b3cd6e3.tar.gz
Smarker-2c891af807fd46b72a539ee99040dee18b3cd6e3.zip
Added some sql stuff, fixed bugs with pdf rendering
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d6188ee..8f69849 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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