Giter VIP home page Giter VIP logo

Comments (2)

myonlystarWang avatar myonlystarWang commented on June 6, 2024

Update
I use VPN to improve the network environment,and execute git clone https://github.com/open5gs/freeDiameter.git in VM,it works fine.

root@user:/home/user# git clone https://github.com/open5gs/freeDiameter
Cloning into 'freeDiameter'...
remote: Enumerating objects: 749, done.
remote: Counting objects: 100% (749/749), done.
remote: Compressing objects: 100% (462/462), done.
remote: Total 749 (delta 288), reused 727 (delta 266), pack-reused 0
Receiving objects: 100% (749/749), 1.24 MiB | 1.86 MiB/s, done.
Resolving deltas: 100% (288/288), done.

But when I execute docker build --no-cache --force-rm -t docker_open5gs . it failed in STEP 6 the same error once agian..

from docker_open5gs.

myonlystarWang avatar myonlystarWang commented on June 6, 2024

Hi
I resolved this issue.
I find a solution for ERROR GnuTLS recv error (-110),that is add 3 commands in Dockfile as below:

RUN apt-get install gnutls-bin
RUN git config --global http.sslVerify false
RUN git config --global http.postBuffer 1048576000

Then the error disappeared.I will continue with the installation and there may be other problems, but this issuecan be closed,thanks.

from docker_open5gs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.