Skip to content

Commit 25a1356

Browse files
[Bugfix:Plagiarism] Add Clang to Dockerfile (#92)
1 parent 6d201fe commit 25a1356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt-get update \
77
&& apt-get install -y \
88
libboost-all-dev \
99
python3.10 \
10-
python3-pip
10+
python3-pip \
11+
clang-6.0
1112

1213
# Python Dependencies
1314
COPY requirements.txt /Lichen/requirements.txt

0 commit comments

Comments
 (0)