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 28c8962 commit 223442fCopy full SHA for 223442f
ci/docker/aarch64-linux/Dockerfile
@@ -1,6 +1,7 @@
1
FROM ubuntu:16.04
2
3
RUN apt-get update -y && apt-get install -y gcc gcc-aarch64-linux-gnu ca-certificates git
4
+RUN git config --global --add safe.directory '*'
5
6
ENV PATH=$PATH:/rust/bin
7
ENV CARGO_BUILD_TARGET=aarch64-unknown-linux-gnu
ci/docker/x86_64-linux/Dockerfile
@@ -1,5 +1,6 @@
FROM almalinux:8
RUN dnf install -y git gcc
0 commit comments