Skip to content

Commit

Permalink
add corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Mar 5, 2024
1 parent 9418555 commit b956901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile.nf.webconsole
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Get Free5GC
COPY free5gc/ $GOPATH/src/free5gc/

RUN npm install -g corepack
RUN cd $GOPATH/src/free5gc \
&& apt-get update \
&& apt-get -y install sudo \
Expand Down

0 comments on commit b956901

Please sign in to comment.