Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alibrahimzada committed Dec 21, 2024
1 parent 76534de commit a408b50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ RUN git clone https://github.com/tree-sitter/tree-sitter-python.git /home/AlphaT

RUN mkdir -p /home/AlphaTrans/misc/java-callgraph
RUN git clone https://github.com/gousiosg/java-callgraph.git /home/AlphaTrans/misc/java-callgraph
RUN cd /home/AlphaTrans/misc/java-callgraph && mvn clean install -DskipTests
WORKDIR /home/AlphaTrans/misc/java-callgraph
RUN mvn clean install -DskipTests

WORKDIR /home/AlphaTrans

RUN wget https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.0/codeql-bundle-linux64.tar.gz
RUN tar -xvf codeql-bundle-linux64.tar.gz -C /home/AlphaTrans/misc
Expand Down

0 comments on commit a408b50

Please sign in to comment.