mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
parent
0b5c6315e2
commit
8519e64aac
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 ! tlmgr info scheme-full | grep -q 'installed:[[:space:]]*Yes'; then \
|
if [ ! -d /usr/local/texlive ]; 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