Hi all,
i am trying to install the free5gc-compose version. I have followed all the steps in https://github.com/free5gc/free5gc-compose but when i run the make base command, i get the following:
make base
docker build -t ‘free5gc’/‘base’:‘latest’ ./base
Sending build context to Docker daemon 3.584kB
Step 1/18 : FROM golang:1.14.4-stretch AS builder
—> ac6ade46f488
Step 2/18 : LABEL maintainer=“Free5GC [email protected]”
—> Using cache
—> 194386fd1a39
Step 3/18 : RUN apt-get update && apt-get -y install gcc cmake autoconf libtool pkg-config libmnl-dev libyaml-dev apt-transport-https ca-certificates && curl -sL https://deb.nodesource.com/setup_10.x | bash - && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo “deb https://dl.yarnpkg.com/debian/ stable main” | tee /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y nodejs yarn
—> Running in 3fc2c5d44a79
Ign:1 http://deb.debian.org/debian stretch InRelease
Ign:2 http://security.debian.org/debian-security stretch/updates InRelease
Ign:3 http://deb.debian.org/debian stretch-updates InRelease
Get:4 http://security.debian.org/debian-security stretch/updates Release [51.4 kB]
Get:5 http://deb.debian.org/debian stretch Release [118 kB]
Any ideas on how to resolve this?
Thanks in advance.