mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
Update .gitlab-ci.yml
This commit is contained in:
parent
14967bd09f
commit
17ef92fb3c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build:
|
|||
- |
|
||||
if [ ! -f $ARCHIVED_IMAGE ]; then
|
||||
docker pull sharelatex/sharelatex:latest
|
||||
docker run --name temp --entrypoint /bin/bash sharelatex/sharelatex:latest -c "tlmgr option repository $TEXLIVE_REPO && tlmgr update --self --all && tlmgr install scheme-full"
|
||||
docker run --name temp /bin/bash sharelatex/sharelatex:latest -c "tlmgr option repository $TEXLIVE_REPO && tlmgr update --self --all && tlmgr install scheme-full"
|
||||
docker commit temp $IMAGE_NAME
|
||||
docker save -o $ARCHIVED_IMAGE $IMAGE_NAME
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue