Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit feb21ee

Browse files
committed
update: Debian repo is used in NodeChromium
Fixed #69
1 parent 45b7d82 commit feb21ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChromium/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER root
1515

1616
# Install Chromium
1717
# RUN echo "deb http://http.us.debian.org/debian/ stable non-free contrib main" >> /etc/apt/sources.list \
18-
RUN echo "deb http://deb.debian.org/debian/ bookworm main" >> /etc/apt/sources.list \
18+
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
1919
&& apt-get update -qqy \
2020
# && apt-get -qqy install chromium=89.0.4389.82-1 \
2121
# && apt-get -qqy install chromium=90.0.4430.212-1 \

0 commit comments

Comments
 (0)