Files
clsi/install_deps.sh
2018-03-16 17:48:55 +00:00

14 lines
273 B
Bash
Executable File

/bin/sh
wget -qO- https://get.docker.com/ | sh
apt-get install poppler-utils vim ghostscript --yes
npm rebuild
usermod -aG docker app
mkdir -p /app/cache
chown -R app:app /app/cache
mkdir -p /app/compiles
chown -R app:app /app/compiles
chown -R app:app /app/bin/synctex