Merge pull request #200 from SimpleApp/patch-1

Update install-on-ubuntu.md
This commit is contained in:
Tanner 2017-08-07 19:43:14 -04:00 committed by GitHub
commit 40c5392a3d
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ eval "$(curl -sL https://apt.vapor.sh)"
!!! note
This command requires `curl` which can be installed using `sudo apt-get install curl`
### Dockerfile
When configuring Ubuntu from a Dockerfile, adding the APT repo can be done via this command:
```sh
RUN /bin/bash -c "$(wget -qO- https://apt.vapor.sh)"
```
### Manual
Or add the repo manually.