Skip to content

Commit

Permalink
Base texoid off of Python image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher committed Mar 6, 2023
1 parent 46a4241 commit e5552b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dmoj/texoid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM debian:bullseye-slim
FROM python:3.11-slim-bullseye

RUN apt-get update && \
apt-get install -y --no-install-recommends \
texlive-binaries texlive-latex-base texlive-latex-extra texlive-latex-recommended \
texlive-pictures texlive-pstricks librsvg2-bin xxd imagemagick python3-pip \
python3-dev python3-wheel python3-setuptools git && \
texlive-pictures texlive-pstricks librsvg2-bin xxd imagemagick git && \
rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/DMOJ/texoid/
Expand Down

0 comments on commit e5552b1

Please sign in to comment.