Add meson build in docker environment

This commit is contained in:
Sukchan Lee 2019-09-15 22:05:31 +09:00
parent 9d031a08fc
commit 0f7f0415ae
2 changed files with 9 additions and 0 deletions

View File

@ -22,3 +22,9 @@ RUN yum -y install \
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

View File

@ -9,6 +9,8 @@ RUN dnf -y install \
libtool \
gcc \
make \
python3-pip \
ninja-build \
flex \
bison \
git \
@ -22,3 +24,4 @@ RUN dnf -y install \
snappy-devel \
libyaml-devel \
iproute
RUN python3 -m pip install meson