mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-18 12:48:19 +02:00
Fix TL install checks
Signed-off-by: Fifo F <34-fifo@users.noreply.git.fifo-f.eu>
This commit is contained in:
parent
f0be085526
commit
0b5c6315e2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ build:
|
|||
echo "Image version: $OVERLEAF_VERSION"
|
||||
docker pull sharelatex/sharelatex:latest
|
||||
docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "\
|
||||
if [ ! -d /usr/local/texlive ]; then \
|
||||
if ! tlmgr info scheme-full | grep -q 'installed:[[:space:]]*Yes'; then \
|
||||
tlmgr option repository $TEXLIVE_REPO && \
|
||||
tlmgr install scheme-full && \
|
||||
tlmgr path add; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue