Rebase to debian as Alpine chromium is currently not working inside docker

This commit is contained in:
thelamer
2023-12-29 13:44:35 -08:00
parent 4d75cd1f75
commit d283bec006
6 changed files with 18 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
chromium-browser ${CHROME_CLI}
wrapped-chromium ${CHROME_CLI}

View File

@@ -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