-
Hi All, I used latest docker build ways from https://github.com/apache/incubator-doris/blob/master/docs/zh-CN/installing/compilation.md $ docker pull apache/incubator-doris:build-env-latest And I clone the latest trunk code today. But it failed with following:
I did have a proxy setting for the docker. That's it (build thirdparty shell scripts works well, so proxy not a issue)
but the log seems DNS issue. I did not find similar issue from the github, It was strange. Could anyone help that ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
have solved |
Beta Was this translation helpful? Give feedback.
have solved
docker not have such mvn settings, it thought host have such settings.
And besides, it needs proxy settings in mvn pom file to make it work.