Sign inSign up

membrane/elixir-fdk-aac

By membrane

Updated over 7 years ago

Image
0

1.1K

membrane/elixir-fdk-aac repository overview

Docker image with Elixir and FDK-AAC

This Docker image is based on Elixir image, but adds a custom installation of FKD-AAC library, built from sources. This is necessary because Ubuntu packages do not contain the latest (2.0.0) version of the FDK-AAC.

Building the image

To rebuild the image, run the following command:

make build

Optionally, one can add the following variables:

  • VERSION=string, which adds the version tag (for example, 1.1.1). Set to latest by default.
  • IMAGE=name, which will override the default image name. If not specified, this is set to membrane/elixir-fdk-aac

Sample usage

Execute the following command while being in you app's directory:

docker run -it --rm -v `pwd`:/app membrane/elixir-fdk-aac /bin/bash

Inside the container, change the directory to the application's directory:

cd /app

Execute you app's code (for example tests)

mix test

Authors

Krzysztof Ciombor

Copyright 2018, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

Tag summary

Content type

Image

Digest

Size

108.1 MB

Last updated

over 7 years ago

docker pull membrane/elixir-fdk-aac