have entrypoint kickoff download off texlive images

install script exits without error if auth fails.
This commit is contained in:
Henry Oswald
2018-03-08 15:38:17 +00:00
parent 0c1b699bd5
commit a741a238a8
3 changed files with 15 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
echo "Changing permissions of /var/run/docker.sock for sibling containers"
chown root:docker /var/run/docker.sock
./bin/install_texlive_gce.sh
exec runuser -u app "$@"