mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 20:15:17 +00:00
8 lines
201 B
Bash
Executable file
8 lines
201 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
|
|
|
|
touch /var/run/docker.sock
|
|
chown root:docker /var/run/docker.sock
|