mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
fix nvidia google chrome version, #229.
This commit is contained in:
parent
c1360d3abc
commit
9bdf9c8851
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
ARG BASE_IMAGE=m1k1o/neko:nvidia-base
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ARG SRC_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
|
||||
# latest working version with EGL: 111.0.5563.146, revert when resolved
|
||||
# 112.0.5615.49 fails: https://github.com/VirtualGL/virtualgl/issues/229
|
||||
ARG SRC_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_112.0.5615.49-1_amd64.deb"
|
||||
|
||||
#
|
||||
# install google chrome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue