Add meson tool in docker

This commit is contained in:
Sukchan Lee 2019-09-15 21:26:27 +09:00
parent 766c9ee36f
commit 9d031a08fc
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -10,6 +10,9 @@ RUN apt-get update && \
autoconf \
automake \
libtool \
python3-pip \
python3-setuptools \
ninja-build \
gcc \
flex \
bison \
@ -28,3 +31,4 @@ RUN apt-get update && \
netbase \
pkg-config && \
apt-get clean
RUN python3 -m pip install meson