Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 09161ce

Browse files
committed
use github releases for chrome download
1 parent d1218c1 commit 09161ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get install -y mpv pulseaudio xvfb libxkbcommon-x11-0 libxcb-icccm4 libx
1212
RUN apt-get remove -y youtube-dl
1313
RUN curl -L https://yt-dl.org/latest/youtube-dl -k -o /usr/bin/youtube-dl
1414
RUN chmod +x /usr/bin/youtube-dl
15-
RUN curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /tmp/google-chrome.deb
15+
RUN curl -L https://github.com/LiveTL/kanatran/releases/download/v1.0.0/google-chrome.deb -o /tmp/google-chrome.deb
1616
ADD https://bootstrap.pypa.io/get-pip.py /tmp/get-pip.py
1717
RUN apt-get install -y /tmp/google-chrome.deb
1818
RUN apt-get install -y python3.8 python3.8-distutils

0 commit comments

Comments
 (0)