Skip to content

Commit

Permalink
Install clang-10 to enable the switch from gcc-8 to clang-10
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597852050
  • Loading branch information
MediaPipe Team authored and copybara-github committed Jan 12, 2024
1 parent 08fa0a6 commit c460c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
gcc-8 g++-8 \
clang-10 \
ca-certificates \
curl \
ffmpeg \
Expand Down

0 comments on commit c460c2e

Please sign in to comment.