Update Dockerfile to resolve "--edit" for kernel-4.18

Install bison, flex rpms to resolve the
"bison, flex command cannot found" build error
when executing "build-pkgs --edit kernel"

Story: 2007308
Task: 38886

Change-Id: I5ca69730bc0d0c680438704b42ba3bbb413de420
Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
This commit is contained in:
Dongqi Chen 2020-02-28 16:07:34 +08:00
parent 2968c19f13
commit daf360c213
1 changed files with 2 additions and 0 deletions

View File

@ -52,10 +52,12 @@ RUN groupadd -g 751 cgts && \
bc \ bc \
bind \ bind \
bind-utils \ bind-utils \
bison \
cpanminus \ cpanminus \
createrepo \ createrepo \
deltarpm \ deltarpm \
expat-devel \ expat-devel \
flex \
isomd5sum \ isomd5sum \
gcc \ gcc \
gettext \ gettext \