Update Production-guide.md (#664)

Added information about the necessary extension of the sources.list file when using Ubuntu 18.04.1 LTS
This commit is contained in:
mazzomaz 2018-08-19 03:18:02 +02:00 committed by Eugen Rochko
parent d9ecbee47d
commit cb76627c52
1 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,16 @@ The records added are:
All dependencies should be installed as root.
## Extend Ubuntu repositories when using Ubuntu 18.04.1 LTS
Starting with .1-release Ubuntu 18.04.1 LTS (not 18.04), Canonical has removed the multiverse, universe and restricted repository from the sources.list file in /etc/apt/. It is now necessary to add those repositories, otherwise the installation of the following dependencies will fail. Simply run the following commands:
```add-apt-repository universe
add-apt-repository multiverse
add-apt-repository restricted
apt update
```
### node.js Repository
You will need to add an external repository so we can have the version of [node.js](https://nodejs.org/en/) required.