Skip to content

Commit

Permalink
fix tex path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Aug 20, 2024
1 parent 695e5a1 commit 7abc67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Dockerfile
.devcontainer/
.vscode/
.github/

.git/
### VS-Code ###
**/.vscode/*
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN mkdir -p "$(kpsewhich -var-value=TEXMFDIST)/tex/latex/local" \
WORKDIR /AlgoTeX
COPY . .
RUN l3build install --full --texmfhome="$(kpsewhich -var-value=TEXMFDIST)"
RUN texhash --verbose
WORKDIR /

0 comments on commit 7abc67d

Please sign in to comment.