Rename Project to Open5GS

- Change BuildTool to Meson
 - Many BUGS Fixed
This commit is contained in:
Sukchan Lee 2019-10-27 17:41:14 +09:00
parent cb447af93a
commit 142763c280
919 changed files with 30459 additions and 6284 deletions

View file

@ -4,9 +4,13 @@ FROM ${dist}:${tag}
MAINTAINER Sukchan Lee <acetcom@gmail.com>
RUN yum -y install epel-release
RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm
RUN yum -y update
RUN yum -y install \
autoconf \
libtool \
python3 \
ninja-build \
gcc \
flex \
bison \
@ -18,13 +22,7 @@ RUN yum -y install \
openssl-devel \
cyrus-sasl-devel \
libyaml-devel \
iproute
iproute \
mongo-c-driver-devel
RUN yum -y install epel-release && \
yum -y install mongo-c-driver-devel
RUN yum install -y https://centos7.iuscommunity.org/ius-release.rpm && \
yum install -y python36u python36u-libs python36u-devel python36u-pip \
yum install -y ninja-build
RUN pip3.6 install meson
RUN pip3 install --upgrade pip && pip install meson