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 ab87451 commit 685e44dCopy full SHA for 685e44d
1 file changed
Dockerfile-cni-plugin
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
22
cargo install --force --locked bindgen-cli && \
23
cargo fetch
24
RUN apt-get update
25
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y musl musl-dev musl-tools binutils-aarch64-linux-gnu libc6-dev-arm64-cross
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y musl musl-dev musl-tools binutils-aarch64-linux-gnu libc6-dev-arm64-cross gcc-arm-linux-gnueabi binutils-arm-linux-gnueabi
26
env CARGO="cargo auditable"
27
ARG TARGETARCH
28
# Enable tokio runtime metrics
0 commit comments