update Dockerfile for legacy mesa build

This commit is contained in:
Ziyang Zhou
2022-01-02 16:49:01 +08:00
parent 3d1e01ebaa
commit 7d5ccdd545

View File

@@ -19,7 +19,9 @@ RUN apt-get update \
&& apt-get install -y sudo \
&& echo "install packages for build mesa3d or meson related" \
&& apt-get install -y python3-pip pkg-config python3-dev ninja-build \
&& pip3 install mako meson
&& pip3 install mako meson \
&& echo "packages for legacy mesa3d (< 22.0.0)" \
&& apt-get install -y python2 python-mako python-is-python2 python-enum34
RUN groupadd -g $groupid $username \