mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix nvidia chromium.
This commit is contained in:
parent
55005a6f8d
commit
957e893cf6
@ -4,9 +4,13 @@ FROM $BASE_IMAGE
|
|||||||
#
|
#
|
||||||
# install neko chromium
|
# install neko chromium
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
echo "deb http://ftp.de.debian.org/debian bookworm main" >> /etc/apt/sources.list; \
|
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends unzip chromium chromium-common chromium-sandbox openbox; \
|
apt-get install -y --no-install-recommends software-properties-common; \
|
||||||
|
# chromium-browser from default repo needs snap to be installed
|
||||||
|
# and nvidia base is ubuntu not debian
|
||||||
|
add-apt-repository ppa:system76/pop; \
|
||||||
|
apt-get update; \
|
||||||
|
apt-get install -y --no-install-recommends unzip chromium openbox; \
|
||||||
#
|
#
|
||||||
# install widevine module
|
# install widevine module
|
||||||
CHROMIUM_DIR="/usr/lib/chromium"; \
|
CHROMIUM_DIR="/usr/lib/chromium"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user