Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit cb16847

Browse files
committed
Fixed instructions for neo4j/cypher-shell
1 parent 5124bcf commit cb16847

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tools/cypher-shell/manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ version: "5.3.0"
33
check: ""
44
runtime_dependencies:
55
- openjdk-jre
6+
conflicts_with:
7+
- neo4j
68
tags:
79
- category/development
810
- lang/java

tools/neo4j/Dockerfile.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ RUN <<EOF
99
mkdir -p "${prefix}/opt/neo4j"
1010
curl --silent --location --fail "https://dist.neo4j.org/neo4j-community-${version}-unix.tar.gz" \
1111
| tar --extract --gzip --directory="${prefix}/opt/neo4j" --strip-components=1 --no-same-owner
12+
ln --symbolic --relative --force "/opt/neo4j/bin/neo4j" "${prefix}${target}/bin/"
13+
ln --symbolic --relative --force "/opt/neo4j/bin/cypher-shell" "${prefix}${target}/bin/"
1214
EOF

tools/neo4j/manifest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ version: "5.3.0"
33
check: ""
44
runtime_dependencies:
55
- openjdk-jre
6+
conflicts_with:
7+
- cypher-shell
68
tags:
79
- category/development
810
- lang/java

0 commit comments

Comments
 (0)