Skip to content

Commit

Permalink
Provide cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mvukov committed Jun 6, 2024
1 parent ba61fac commit 44574b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-$CLA
&& update-alternatives --install /usr/bin/clang clang /usr/bin/clang-$CLANG_VER 100 \
&& update-alternatives --install /usr/bin/lld lld /usr/bin/lld-$CLANG_VER 100 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-$GCC_VER 100 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-$GCC_VER 100
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-$GCC_VER 100 \
&& update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-$GCC_VER 100 \

COPY --from=golang-stage /app/fake_python /usr/bin/fake_python
RUN ln -s /usr/bin/fake_python /usr/bin/python3
Expand Down

0 comments on commit 44574b7

Please sign in to comment.