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 \ autoconf \
automake \ automake \
libtool \ libtool \
python3-pip \
python3-setuptools \
ninja-build \
gcc \ gcc \
flex \ flex \
bison \ bison \
@ -38,3 +41,4 @@ RUN apt-get update && \
netbase \ netbase \
pkg-config && \ pkg-config && \
apt-get clean apt-get clean
RUN python3 -m pip install meson

View File

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