Skip to content

Commit

Permalink
Add apoc dowload into docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
konradweiss committed May 7, 2024
1 parent e06c88f commit 063d43a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neo4j-v5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ RUN wget -O - https://debian.neo4j.com/neotechnology.gpg.key | gpg --dearmor -o
&& apt-get --no-install-recommends install -y neo4j
RUN neo4j-admin dbms set-initial-password password

RUN mkdir /usr/share/neo4j/plugins
RUN wget -P /usr/share/neo4j/plugins https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.19.0/apoc-5.19.0-extended.jar

COPY --from=builder /build/cpg-contract-checker-app/build/install/ /
RUN ln -s /cpg-contract-checker-app/bin/cpg-contract-checker-app /usr/local/bin/

0 comments on commit 063d43a

Please sign in to comment.