Skip to content

Commit c9fbd53

Browse files
committed
1 parent e934242 commit c9fbd53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ RUN curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
3939

4040
# Install Google Chrome for browser tests
4141
ARG chrome_version=90.0.4430.93-1
42-
RUN curl -sSL https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${chrome_version}_amd64.deb -o /tmp/chrome.deb \
42+
RUN curl -sSL https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \
43+
&& curl -sSL https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${chrome_version}_amd64.deb -o /tmp/chrome.deb \
4344
&& apt-get -y install --no-install-recommends /tmp/chrome.deb \
4445
&& rm /tmp/chrome.deb
4546

0 commit comments

Comments
 (0)