Skip to content

Commit 0988b2e

Browse files
authored
Dockerfile: remove contrib alias (#3759)
It was for easing back-compat with Solr < 9 but doesn't deserve to continue into Solr 10
1 parent 3d743b8 commit 0988b2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solr/docker/templates/Dockerfile.body.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ RUN set -ex; \
6666
chmod 0664 /etc/default/solr.in.sh; \
6767
mkdir -p -m0770 /var/solr; \
6868
chown -R "$SOLR_USER:0" /var/solr; \
69-
test ! -e /opt/solr/modules || ln -s /opt/solr/modules /opt/solr/contrib; \
7069
test ! -e /opt/solr/prometheus-exporter || ln -s /opt/solr/prometheus-exporter /opt/solr/modules/prometheus-exporter;
7170

7271
RUN set -ex; \

0 commit comments

Comments
 (0)