Skip to content

Commit

Permalink
#1: Use wget instead of curl on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
atd-schubert committed Mar 9, 2017
1 parent ac1e250 commit 8e39359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM solr:6.3.0-alpine
MAINTAINER Arne Schubert <[email protected]>

RUN set -x \
&& curl -o /opt/solr/server/solr-webapp/webapp/WEB-INF/lib/jts-core-1.14.0.jar https://repo1.maven.org/maven2/com/vividsolutions/jts-core/1.14.0/jts-core-1.14.0.jar
&& wget -O /opt/solr/server/solr-webapp/webapp/WEB-INF/lib/jts-core-1.14.0.jar https://repo1.maven.org/maven2/com/vividsolutions/jts-core/1.14.0/jts-core-1.14.0.jar

0 comments on commit 8e39359

Please sign in to comment.