mirror of https://github.com/vapor/docs.git
Merge pull request #200 from SimpleApp/patch-1
Update install-on-ubuntu.md
This commit is contained in:
commit
40c5392a3d
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue