Skip to content

Commit 333b18d

Browse files
committed
fix: install default clang
1 parent 6b6f9d1 commit 333b18d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update && \
3030
# Install the supported languages
3131
RUN apt-get install -y \
3232
gcc \
33+
clang \
3334
python3-dev \
3435
python3-pip \
3536
g++ \

0 commit comments

Comments
 (0)