Open main menu

Difference between revisions of "Compiling ScummVM/Docker"

→‎Debian-based distributions: on some environments (such as WSL), docker may already be able, while the docker.io package won't be available. So don't install it if it's already there
(→‎Using the docker images: mention 'sudo' (for some systems) here too)
(→‎Debian-based distributions: on some environments (such as WSL), docker may already be able, while the docker.io package won't be available. So don't install it if it's already there)
Line 209: Line 209:
The following should install all the necessary packages:
The following should install all the necessary packages:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt-get install docker.io git
sudo apt-get install git
command -v docker 2>&1 >/dev/null || sudo apt-get install docker.io
</syntaxhighlight>
</syntaxhighlight>


186

edits