Skip to content

Commit

Permalink
fix yitian ci build failed (#1296)
Browse files Browse the repository at this point in the history
* fix yitian CI build
  • Loading branch information
Yancey1989 authored May 17, 2024
1 parent 7414b51 commit 30720d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dev/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ RUN apt-get -y update && \
zip \
zlib1g-dev \
openjdk-11-jdk \
patchelf
patchelf \
pkg-config

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 1 && \
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 1 && \
Expand Down

0 comments on commit 30720d7

Please sign in to comment.