Rebase to debian as Alpine chromium is currently not working inside docker
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
chromium-browser ${CHROME_CLI}
|
||||
wrapped-chromium ${CHROME_CLI}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BIN=/usr/lib/chromium/chromium-launcher.sh
|
||||
BIN=/usr/bin/chromium
|
||||
|
||||
# Run normally on privved containers or modified un non priv
|
||||
if grep -q 'Seccomp:\t0' /proc/1/status; then
|
||||
Reference in New Issue
Block a user