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.
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-aacExecute 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
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0
Content type
Image
Digest
Size
108.1 MB
Last updated
over 7 years ago
docker pull membrane/elixir-fdk-aac