Issue in running dockerized version of open5GS on ubuntu (22.04, Jammy) #662
Replies: 2 comments
-
@amitpalkar any update on this issue? could you remove the old container/image and build again? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pgawloxwicz, Apologies for Late reply. It is working. There was some permission issues on the system for downloading files. Once the permissions were granted it started working |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, i am trying to run the dockerized version of open5GS on ubuntu (22.04, Jammy) via the command docker compose up --build 5gc
However i am seeing the below error
82.40 Setting up nodejs-doc (12.22.9~dfsg-1ubuntu3.5) ...
82.42 Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
82.47 /bin/sh: 1: npm: not found
failed to solve: process "/bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - && apt-get install -y nodejs && cd open5gs/webui && npm ci --no-optional" did not complete successfully: exit code: 127
My Docker version is Docker version 26.1.4, build 5650f9b. Can i know where is the issue and how can i resolve the issue?
Regards,
Amit Palkar
Beta Was this translation helpful? Give feedback.
All reactions