mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-18 12:54:03 +02:00
* Attempt to fix issue #29 * Add dbus-x11 (issue #29) * Add --disable-gpu to chrome * Generate /etc/machine-id * Fix /etc/machine-id * Add --disable-software-rasterizer to chrome * Implement dbus * Reduce chromium-browser log-level
14 lines
239 B
Bash
Executable File
14 lines
239 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#shellcheck shell=sh
|
|
|
|
set -xe
|
|
|
|
# Set homedir to /config to capture all configuration
|
|
HOME=/config
|
|
export HOME
|
|
|
|
# Unlock Chromium profile
|
|
rm -rf /config/xdg/config/chromium/Singleton*
|
|
|
|
# Launch picard
|
|
/usr/local/bin/picard |