mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
runtime is testedwq
This commit is contained in:
parent
bd1dff2dc5
commit
5fcc7e2ee6
2 changed files with 13 additions and 3 deletions
|
|
@ -9,7 +9,12 @@ WORKDIR /tmp
|
|||
|
||||
RUN git clone https://github.com/acetcom/nextepc
|
||||
RUN cd nextepc && \
|
||||
autoreconf -iv && \
|
||||
./configure && \
|
||||
autoreconf -f -i && \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var && \
|
||||
make -j `nproc` && \
|
||||
make install
|
||||
|
||||
WORKDIR /root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue