Add additional instructions for building on Ubuntu

This commit is contained in:
Christopher Patton 2018-05-23 17:35:33 -07:00 committed by Henry Dorsett Case
parent d485f39ca9
commit 160c4f5eab

View File

@ -44,6 +44,13 @@ pip install setuptools
pip install docker pip install docker
``` ```
* In Ubuntu (>=18.04), you'll also need to `apt install docker.io`. If docker
tells you don't have permission to access the daemon, try adding yourself to
the `docker` group via:
```
sudo usermod -a -G docker $USER
```
Similar dependencies can be found on any UNIX based system/distribution. Similar dependencies can be found on any UNIX based system/distribution.
### Building ### Building