For meson, python3-wheel needs to be installed

This commit is contained in:
Sukchan Lee 2019-11-04 16:55:19 +09:00
parent aa7d7f3b7d
commit 14427de551
3 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
python3-pip \
python3-setuptools \
python3-wheel \
ninja-build \
build-essential \
flex \