We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d201fe commit 25a1356Copy full SHA for 25a1356
Dockerfile
@@ -7,7 +7,8 @@ RUN apt-get update \
7
&& apt-get install -y \
8
libboost-all-dev \
9
python3.10 \
10
- python3-pip
+ python3-pip \
11
+ clang-6.0
12
13
# Python Dependencies
14
COPY requirements.txt /Lichen/requirements.txt
0 commit comments