Skip to content

Commit 1df4107

Browse files
author
Magnar Eivind Martinsen
committed
fixed wrong curl command
1 parent b40e365 commit 1df4107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker network create solr
2424
# Download the latest JTS library (version 1.20.0)
2525
JTS_DOWNLOAD_URL="https://repo1.maven.org/maven2/org/locationtech/jts/jts-core/1.20.0/jts-core-1.20.0.jar"
2626
JTS_JAR_PATH="/tmp/jts-core.jar"
27-
curl -L -o $JTS_JAR_PATH $JTS_DOWNLOAD_URL
27+
docker run --rm -v /tmp:/tmp curlimages/curl -L -o $JTS_JAR_PATH $JTS_DOWNLOAD_URL
2828

2929
# Define the docker run command with volume mounting for the JTS library
3030
docker_run="docker run"

0 commit comments

Comments
 (0)