Skip to content

Commit 7a6b7cd

Browse files
committed
ci: Fix kitware apt key (#25061)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 181065a commit 7a6b7cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/wasm-cc/Dockerfile-envoy-build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
RUN curl -sL https://packages.cloud.google.com/apt/doc/apt-key.gpg \
66
| apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
7+
&& curl -fsSL https://apt.kitware.com/keys/kitware-archive-latest.asc \
8+
| apt-key add - \
79
&& apt-get update \
810
&& apt-get install --no-install-recommends -y -qq gosu \
911
&& groupadd -f envoygroup \

0 commit comments

Comments
 (0)