mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Add meson tool in docker
This commit is contained in:
parent
766c9ee36f
commit
9d031a08fc
2 changed files with 8 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ RUN apt-get update && \
|
|||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
python3-pip \
|
||||
python3-setuptools \
|
||||
ninja-build \
|
||||
gcc \
|
||||
flex \
|
||||
bison \
|
||||
|
|
@ -38,3 +41,4 @@ RUN apt-get update && \
|
|||
netbase \
|
||||
pkg-config && \
|
||||
apt-get clean
|
||||
RUN python3 -m pip install meson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue