mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +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"
|
echo "Image version: $OVERLEAF_VERSION"
|
||||||
docker pull sharelatex/sharelatex:latest
|
docker pull sharelatex/sharelatex:latest
|
||||||
docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "\
|
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 option repository $TEXLIVE_REPO && \
|
||||||
tlmgr install scheme-full && \
|
tlmgr install scheme-full && \
|
||||||
tlmgr path add; \
|
tlmgr path add; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue