Fix open5gs compiliation to tag v2.4.11

This commit is contained in:
herlesupreeth
2022-10-24 08:28:23 +02:00
parent 260d301cff
commit 101fe5acf8

View File

@@ -64,7 +64,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 main && meson build --prefix=`pwd`/install && \
git checkout tags/v2.4.11 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include