9 lines
197 B
Bash
Executable File
9 lines
197 B
Bash
Executable File
/bin/sh
|
|
wget -qO- https://get.docker.com/ | sh
|
|
apt-get install poppler-utils ghostscript --yes
|
|
npm rebuild
|
|
usermod -aG docker app
|
|
|
|
touch /var/run/docker.sock
|
|
chown root:docker /var/run/docker.sock
|