We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40e365 commit 1df4107Copy full SHA for 1df4107
1 file changed
entrypoint.sh
@@ -24,7 +24,7 @@ docker network create solr
24
# Download the latest JTS library (version 1.20.0)
25
JTS_DOWNLOAD_URL="https://repo1.maven.org/maven2/org/locationtech/jts/jts-core/1.20.0/jts-core-1.20.0.jar"
26
JTS_JAR_PATH="/tmp/jts-core.jar"
27
-curl -L -o $JTS_JAR_PATH $JTS_DOWNLOAD_URL
+docker run --rm -v /tmp:/tmp curlimages/curl -L -o $JTS_JAR_PATH $JTS_DOWNLOAD_URL
28
29
# Define the docker run command with volume mounting for the JTS library
30
docker_run="docker run"
0 commit comments