Skip to content

Commit

Permalink
ci(Dockerfile): try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wohenbushuang committed Apr 5, 2024
1 parent 6a32173 commit b725103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
version:
description: "Version of the docker image to be tagged as latest"
required: true

env:
# Use docker.io for Docker Hub if empty
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /tmp
RUN wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
&& zcat < install-tl-unx.tar.gz | tar xf - \
&& cd install-tl-2* \
sudo retry 3 perl ./install-tl -scheme=${SCHEME} --no-interaction
sudo perl ./install-tl -scheme=${SCHEME} --no-interaction

RUN YEAR=$(ls -d /usr/local/texlive/2* | sed -e 's/.*[/]//g') \
&& echo MANPATH=/usr/local/texlive/$YEAR/texmf-dist/doc/man:$MANPATH >> ~/.profile \
Expand Down

0 comments on commit b725103

Please sign in to comment.