Use latest commit from open5gs repository

This commit is contained in:
herlesupreeth
2023-08-21 08:13:34 +02:00
parent 193c061bea
commit 2c33163065
3 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout 782e2accc77d49d37b1e9bb4a67d0e5cdace444e && meson build --prefix=`pwd`/install && \
git checkout 7f088730ed4bedc12f562e53de44697d5e1f5c6e && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include