Skip to content

Commit 8da2459

Browse files
authored
Update deb repo in Chromium Dockerfile (#2700)
1 parent 33c78fb commit 8da2459

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
@@ -10,7 +10,7 @@ USER root
1010
# Install Chromium
1111
ARG CHROMIUM_VERSION="latest"
1212
ARG CHROMIUM_DEB_SITE="http://deb.debian.org/debian"
13-
RUN echo "deb ${CHROMIUM_DEB_SITE}/ stable main" >> /etc/apt/sources.list \
13+
RUN echo "deb ${CHROMIUM_DEB_SITE}/ sid main" >> /etc/apt/sources.list \
1414
&& wget -qO- https://ftp-master.debian.org/keys/archive-key-12.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/debian-archive-keyring.gpg \
1515
&& wget -qO- https://ftp-master.debian.org/keys/archive-key-12-security.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/debian-archive-security-keyring.gpg \
1616
&& apt-get update -qqy \

0 commit comments

Comments
 (0)