Add python3-setuptools to install list (#2153)

Installing python3-setuptools was required on a fresh ubuntu 18.04 VM image. Otherwise the next line fails with "no module setuptools"
main
Alex 6 years ago committed by GitHub
parent 0933ee2362
commit a5b63a4f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ server. Proxy is an advanced topic and it is not covered by the guide.
defining and running multi-container docker applications.
```bash
sudo apt-get --no-install-recommends install -y python3-pip
sudo apt-get --no-install-recommends install -y python3-pip python3-setuptools
sudo python3 -m pip install setuptools docker-compose
```

Loading…
Cancel
Save