Update dockerfile
Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 6s
Some checks failed
Build TexLive Docker image / build-docker (push) Failing after 6s
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
FROM public.ecr.aws/ubuntu/ubuntu:24.04
|
FROM public.ecr.aws/ubuntu/ubuntu:24.04
|
||||||
|
|
||||||
RUN apt update
|
# TODO: This doesn't find texlive
|
||||||
|
RUN apt-get update
|
||||||
RUN apt-get install -y texlive texlive-lang-german texlive-latex-extra
|
RUN apt-get install -y texlive texlive-lang-german texlive-latex-extra
|
||||||
RUN apt-get install -y inkscape
|
RUN apt-get install -y inkscape
|
||||||
RUN apt-get install -y python3-pygments
|
RUN apt-get install -y python3-pygments
|
||||||
|
|||||||
Reference in New Issue
Block a user