Skip to content

Commit

Permalink
[Bugfix:Plagiarism] Install JDK in Docker container (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen authored Mar 26, 2023
1 parent 861d576 commit 721da34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
libboost-all-dev \
python3.10 \
python3.8 \
python3-pip \
clang-6.0
clang-6.0 \
default-jdk

# Python Dependencies
COPY requirements.txt /Lichen/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 721da34

Please sign in to comment.