Skip to content

Commit 229296a

Browse files
committed
fix: install clang tools
1 parent 333b18d commit 229296a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ RUN apt-get install -y \
3636
g++ \
3737
python \
3838
openjdk-11-jdk-headless \
39-
octave
39+
octave \
40+
clang-tools \
41+
clang-format \
42+
clang-tidy
4043

4144
# fp-compiler \
4245
# php7.0-cli \

0 commit comments

Comments
 (0)