Skip to content

Commit

Permalink
Added notes on building with Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsearle committed Sep 22, 2019
1 parent e93c99a commit a474ba5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ Alpine Linux package builds of the codec_opus.so module for Asterisk.

## Why?
These cannot be submitted to alpinelinux/aports because they are binary releases and released under the "DIGIUM END-USER LICENSE AGREEMENT".

## Build

The easiest way to build and have the packages output to a location on your machine is to use docker

```
$ sudo docker run --rm -v ~/output:/out -it jjsearle/aports-asterisk-opus-builder
```

0 comments on commit a474ba5

Please sign in to comment.