Skip to content

Commit

Permalink
missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Jun 14, 2024
1 parent f5206bd commit 624cf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:latest

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -y && apt-get install -y python3 python3-pip python3-pygments \
emacs texlive-xetex latexmk
RUN apt-get update -y && apt-get install -y python3 python3-pip python3-pygments python-is-python3 \
emacs texlive-xetex latexmk git

RUN mkdir -p /io
WORKDIR /io
Expand Down

0 comments on commit 624cf36

Please sign in to comment.