Skip to content

Commit 775aaeb

Browse files
committed
ci: updated keys for chrome in ci
1 parent dcf9fc0 commit 775aaeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV NODE_OPTIONS=--dns-result-order=ipv4first
1010
RUN mkdir /app
1111
WORKDIR /app
1212

13+
RUN curl https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
1314
RUN apt update && apt install -y nginx
1415

1516
COPY tests/e2e/nginx.conf /etc/nginx/sites-available/default

0 commit comments

Comments
 (0)