Docker build image error

Hi, I clone the project from github, and run 'docker image build -t tsmetabase:v1 .'at the root folder of application.

The error: "Step 15/32 : RUN INTERACTIVE=false MB_EDITION=$MB_EDITION sh bin/build-drivers.sh
---> Running in 4d784d535594
Error building classpath. Could not transfer artifact org.apache.maven:maven-model:jar:3.6.1 from/to central (https://repo1.maven.org/maven2/): Remote host terminated the handshake
The command '/bin/sh -c INTERACTIVE=false MB_EDITION=$MB_EDITION sh bin/build-drivers.sh' returned a non-zero code: 1".

The brach that i trying is v0.39.4

Anyone know how to solve it?

Hi @philip
That looks like a problem with Maven or certificate handling on your setup. Try again.

Hi @flamber, thanks for your reply
Can you provide a more details, it's my first contact with maven

@philip I have absolutely no idea, but the error is clear Remote host terminated the handshake