Archived
2
0

add chrome sandbox #64.

This commit is contained in:
Miroslav Šedivý 2021-05-29 21:01:55 +02:00
parent d46c9baade
commit 7e2baf432f

View File

@ -4,7 +4,7 @@ FROM $BASE_IMAGE
#
# install neko chromium
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends unzip chromium openbox; \
apt-get install -y --no-install-recommends unzip chromium chromium-sandbox openbox; \
#
# install widevine module
WIDEVINE_VERSION=$(wget --quiet -O - https://dl.google.com/widevine-cdm/versions.txt | tail -n 1); \