Logo
Explore Help
Sign In
xZero707/dockerfiles
1
0
Fork 0
You've already forked dockerfiles
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-12-08 14:22:40 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c4a3f3563be66f6fed58c98408e71ae77fc643dc
dockerfiles/firefox/entrypoint.sh

8 lines
93 B
Bash
Raw Normal View History

update firefox Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-04 19:22:29 -04:00
#!/bin/bash
fix Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-04 19:42:31 -04:00
if [[ -e /dev/snd ]]; then
Allow to pass command line arguments to dockerized firefox (#481) * Allow to pass command line arguments to dockerized firefox * Double quoted
2019-09-16 20:39:33 +02:00
exec apulse firefox "$@"
fix Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-04 19:42:31 -04:00
else
Allow to pass command line arguments to dockerized firefox (#481) * Allow to pass command line arguments to dockerized firefox * Double quoted
2019-09-16 20:39:33 +02:00
exec firefox "$@"
fix Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-10-04 19:42:31 -04:00
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 27ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API