Skip to content

Commit

Permalink
Try trick for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Nov 13, 2023
1 parent 654fa57 commit 1a36fb5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tracer/build/_build/docker/debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN apt-get update \
curl \
cmake \
make \
llvm \
clang \
clang-tidy \
llvm-13 \
clang-13 \
clang-tidy-13
gcc \
build-essential \
rpm \
Expand All @@ -48,6 +48,10 @@ RUN apt-get update \
&& gem install --version 1.14.2 --minimal-deps --no-document fpm \
&& rm -rf /var/lib/apt/lists/*

#
RUN ln -s /usr/bin/clang-13 /usr/bin/clang
RUN ln -s /usr/bin/clang++-13 /usr/bin/clang++

# Install the .NET SDK
RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
&& chmod +x ./dotnet-install.sh \
Expand Down

0 comments on commit 1a36fb5

Please sign in to comment.