Skip to content

Commit

Permalink
docker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 4, 2024
1 parent 6febca3 commit aeb279a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

# Use an official Ubuntu base image
FROM ubuntu:latest
FROM ubuntu:22.04

# Avoid prompts from apt
ENV DEBIAN_FRONTEND=noninteractive

# Install LaTeX packages
RUN apt-get update && apt-get install -y \
texlive \
texlive-xetex \
texlive-lualatex \
texlive-math-extra \
texlive-fonts-extra \
texlive-pstricks
texlive \
texlive-xetex \
texlive-luatex \
texlive-math-extra \
texlive-fonts-extra \
texlive-pstricks

# Set working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit aeb279a

Please sign in to comment.