DrPsychick / docker-linuxgsm-ubuntu

Base image for linuxgsm with different Ubuntu versions
GNU General Public License v3.0
2 stars 0 forks source link

add lgsm dependencies #6

Closed DrPsychick closed 4 years ago

DrPsychick commented 4 years ago

Ark server reports this on startup:


Warning! Missing dependencies: netcat lib32stdc++6 steamcmd
Warning! lgsm does not have sudo access. Manually install dependencies.

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install netcat lib32stdc++6 steamcmd```
DrPsychick commented 4 years ago

7 fixed it