armzilla / amazon-echo-ha-bridge

emulates philips hue api to other home automation gateways
Apache License 2.0
721 stars 168 forks source link

Build Failure on Raspbian with Docker #105

Open kirkins opened 6 years ago

kirkins commented 6 years ago

I'm trying to build the docker image and I get the following:


[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project amazon-echo-bridge: Could not resolve dependencies for project com.armzilla.ha:amazon-echo-bridge:jar:0.4.0: The following artifacts could not be resolved: ch.qos.logback:logback-core:jar:1.1.3, org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.26, org.springframework:spring-context:jar:4.1.7.RELEASE, joda-time:joda-time:jar:2.5, org.elasticsearch:elasticsearch:jar:1.3.2, org.apache.lucene:lucene-core:jar:4.9.0, org.apache.lucene:lucene-analyzers-common:jar:4.9.0, org.mockito:mockito-core:jar:1.10.19: Could not transfer artifact ch.qos.logback:logback-core:jar:1.1.3 from/to central (https://repo.maven.apache.org/maven2): GET request of: ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar from central failed: Connection reset -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The command '/bin/sh -c mvn install' returned a non-zero code: 1

Has anyone had success running on the Pi3?