Use open5gs main branch with latest changes

This commit is contained in:
herlesupreeth
2021-05-31 12:03:06 +02:00
parent 3f4ec98196
commit b1110c49fb

View File

@@ -62,7 +62,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && apt-get install
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout tags/v2.2.8 && meson build --prefix=`pwd`/install && \
git checkout main && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install
# Building WebUI of open5gs