Skip to content

Commit 3759c3e

Browse files
committed
SOLR-17458: Fix Dockerfile.body.template PATH
PATH requires /opt/solr/bin and /opt/solr/docker/scripts
1 parent 6117799 commit 3759c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/docker/templates/Dockerfile.body.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ENV SOLR_USER="solr" \
3939
SOLR_UID="8983" \
4040
SOLR_GROUP="solr" \
4141
SOLR_GID="8983" \
42-
PATH="/opt/solr/cross-dc-manager/bin:$PATH" \
42+
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/cross-dc-manager/bin:$PATH" \
4343
SOLR_INCLUDE=/etc/default/solr.in.sh \
4444
SOLR_HOME=/var/solr/data \
4545
SOLR_PID_DIR=/var/solr \

0 commit comments

Comments
 (0)