Skip to content

Commit

Permalink
Add Latex
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZug committed Nov 3, 2024
1 parent c448e6a commit 53f2e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y gnat-12
### Elixir
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y erlang-dev elixir

### Latex
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y texlive-latex-extra

#############################################################################################
COPY . /coderunner
WORKDIR "/coderunner"
Expand Down

0 comments on commit 53f2e97

Please sign in to comment.