mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-31 09:57:08 +02:00
use fixed chromium version #134.
This commit is contained in:
parent
f7aea7ad4d
commit
096afcd6ae
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
ARG BASE_IMAGE=m1k1o/neko:base
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ARG VERSION="90.0.4430.212-1"
|
||||
|
||||
#
|
||||
# install neko chromium
|
||||
RUN set -eux; apt-get update; \
|
||||
apt-get install -y --no-install-recommends unzip chromium chromium-sandbox openbox; \
|
||||
apt-get install -y --no-install-recommends unzip chromium=$VERSION chromium-common=$VERSION chromium-sandbox=$VERSION openbox; \
|
||||
#
|
||||
# install widevine module
|
||||
WIDEVINE_VERSION=$(wget --quiet -O - https://dl.google.com/widevine-cdm/versions.txt | tail -n 1); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue