Skip to content

Commit 721da34

Browse files
[Bugfix:Plagiarism] Install JDK in Docker container (#97)
1 parent 861d576 commit 721da34

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ ARG DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update \
77
&& apt-get install -y \
88
libboost-all-dev \
9-
python3.10 \
9+
python3.8 \
1010
python3-pip \
11-
clang-6.0
11+
clang-6.0 \
12+
default-jdk
1213

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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parso==0.8.3
88
clang==14.0
99

1010
# Java tokenization
11-
javac_parser==1.0.0
11+
javac-parser==1.0.0
1212

1313
# turn data into human readable format
1414
humanize==4.6.0

0 commit comments

Comments
 (0)