Add Dockerfile and GitHub Actions workflow for building Docker image
All checks were successful
Build Docker image / build (push) Successful in 1h59m36s
All checks were successful
Build Docker image / build (push) Successful in 1h59m36s
This commit is contained in:
commit
6644de29c7
2 changed files with 37 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM code.edgarpierre.fr/actions/uv-act:main
|
||||
|
||||
USER root
|
||||
RUN cd /tmp && \
|
||||
curl -LO https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && \
|
||||
zcat < install-tl-unx.tar.gz | tar xvf - && \
|
||||
cd install-tl-2* && \
|
||||
perl ./install-tl --no-interaction
|
||||
|
||||
ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
||||
|
||||
USER uv
|
Loading…
Add table
Add a link
Reference in a new issue