We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861d576 commit 721da34Copy full SHA for 721da34
Dockerfile
@@ -6,9 +6,10 @@ ARG DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update \
7
&& apt-get install -y \
8
libboost-all-dev \
9
- python3.10 \
+ python3.8 \
10
python3-pip \
11
- clang-6.0
+ clang-6.0 \
12
+ default-jdk
13
14
# Python Dependencies
15
COPY requirements.txt /Lichen/requirements.txt
requirements.txt
@@ -8,7 +8,7 @@ parso==0.8.3
clang==14.0
# Java tokenization
-javac_parser==1.0.0
+javac-parser==1.0.0
# turn data into human readable format
humanize==4.6.0
0 commit comments