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 313ad4d commit 1ecb31bCopy full SHA for 1ecb31b
Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update \
13
binutils-powerpc64le-linux-gnu \
14
build-essential \
15
ca-certificates \
16
- clang-16 \
+ clang \
17
git \
18
golang \
19
libcurl4 \
@@ -25,9 +25,6 @@ RUN apt-get update \
25
protobuf-compiler \
26
wget
27
28
-RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100 \
29
- && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
30
-
31
COPY --from=xx / /
32
ARG TARGETPLATFORM
33
0 commit comments