Skip to content

Instantly share code, notes, and snippets.

@jess-belliveau
Last active January 3, 2019 04:51
Show Gist options
  • Save jess-belliveau/129dc19e6703a011843d988983da62f3 to your computer and use it in GitHub Desktop.
Save jess-belliveau/129dc19e6703a011843d988983da62f3 to your computer and use it in GitHub Desktop.
# See comments for solution
bash-4.4# cat /etc/alpine-release
3.8.2
bash-4.4# apk list | grep opus
opusfile-doc-0.10-r1 x86_64 {opusfile} (BSD)
opusfile-dev-0.10-r1 x86_64 {opusfile} (BSD)
opus-dev-1.2.1-r1 x86_64 {opus} (BSD)
opus-1.2.1-r1 x86_64 {opus} (BSD) [installed]
opus-tools-doc-0.1.10-r0 x86_64 {opus-tools} (BSD)
opus-doc-1.2.1-r1 x86_64 {opus} (BSD)
opus-tools-0.1.10-r0 x86_64 {opus-tools} (BSD)
opusfile-0.10-r1 x86_64 {opusfile} (BSD)
bash-4.4# gem list | grep opus
opus-ruby (1.0.1)
@jess-belliveau
Copy link
Author

Sorted this out - I didn't realise opus-dev was not installed. This was required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment