Skip to content

Commit

Permalink
fix vitaes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurlpgc committed Feb 27, 2024
1 parent 3f90987 commit 355141b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion renderer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM vitaes/latexos
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y python3 python3-pip \
texlive-latex-base texlive-fonts-recommended texlive-fonts-extra \
texlive-latex-extra texlive-xetex texlive-math-extra unzip locales && \
rm -rf /var/lib/apt/lists/*
RUN locale-gen en pt
RUN update-locale
WORKDIR /vitaes
COPY requirements.txt .
RUN pip3 install -r requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions renderer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
timestring
cheetah3
requests
requests<=2.7.0
pika
babel
babel<=2.3.2
msgpack<1.0.0
influxdb
fieldy

0 comments on commit 355141b

Please sign in to comment.