We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181065a commit 7a6b7cdCopy full SHA for 7a6b7cd
examples/wasm-cc/Dockerfile-envoy-build
@@ -4,6 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
4
5
RUN curl -sL https://packages.cloud.google.com/apt/doc/apt-key.gpg \
6
| 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 - \
9
&& apt-get update \
10
&& apt-get install --no-install-recommends -y -qq gosu \
11
&& groupadd -f envoygroup \
0 commit comments