|
@@ -16,10 +16,15 @@ RUN dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
|
|
tzdata \
|
|
tzdata \
|
|
curl \
|
|
curl \
|
|
bash \
|
|
bash \
|
|
|
|
+ zip \
|
|
&& apt-get autoclean \
|
|
&& apt-get autoclean \
|
|
&& rm -rf /var/lib/apt/lists/* \
|
|
&& rm -rf /var/lib/apt/lists/* \
|
|
&& chmod +x /solr.sh \
|
|
&& chmod +x /solr.sh \
|
|
&& sync \
|
|
&& sync \
|
|
&& bash /solr.sh --bootstrap
|
|
&& bash /solr.sh --bootstrap
|
|
|
|
+
|
|
|
|
+RUN zip -q -d /opt/solr/server/lib/ext/log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class
|
|
|
|
+
|
|
|
|
+RUN apt remove zip -y
|
|
|
|
|
|
CMD ["/solr.sh"]
|
|
CMD ["/solr.sh"]
|