update doc

This commit is contained in:
Ziyang Zhou
2021-08-03 10:50:53 +00:00
parent 5ae266e148
commit c09bb6a9c0
2 changed files with 6 additions and 21 deletions

View File

@@ -8,11 +8,8 @@ ARG username
COPY sources.list etc/apt/sources.list
# gettext python-mako python3-mako used to build mesa3d
RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python gettext python-mako python3-mako
RUN curl -o /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo \
&& chmod a+x /usr/local/bin/repo
# gettext python-mako python3-mako python-enum34 used to build mesa3d
RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python gettext python-mako python3-mako python-enum34
RUN groupadd -g $groupid $username \
&& useradd -m -u $userid -g $groupid $username \