Git Product home page Git Product logo

Comments (5)

github-actions avatar github-actions commented on July 17, 2024

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

from docker-firefox.

preslly avatar preslly commented on July 17, 2024

I'm having the same issue, looks like we might need ffmpeg docker-mod for this docker image.

from docker-firefox.

preslly avatar preslly commented on July 17, 2024

@rahul1996pp figured out a workaround:

Using web page
open xterm by right-clicking outside firefox window in the web page and selecting xterm
run the following to install ffmpeg:
sudo apk add --update ffmpeg
restart firefox

Alternatively, inside the terminal get the container id and open bash and install package:
list docker containers, and make note of CONTAINER ID for firefox
docker ps -a
open bash for container
sudo docker exec -it <CONTAINER ID> bash
install ffmpeg package
sudo apk add --update ffmpeg

from docker-firefox.

m-theredhead avatar m-theredhead commented on July 17, 2024

You can use the container built in overrides to make this automatic.

Under the config directory for firefox, create a file called custom-cont-init.d/install_ffmpeg

with the contents like:
#!/bin/bash
echo "**** installing ffmpeg ****"
apk add --no-cache ffmpeg

Then ffmpeg will get installed automatically after upgrades, etc.

from docker-firefox.

rahul1996pp avatar rahul1996pp commented on July 17, 2024

Thank you

sudo apk add --update ffmpeg

Thank you

from docker-firefox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.