Add missing debian packages
This commit is contained in:
parent
d2f3c5bd44
commit
ec394f1dcb
|
@ -373,10 +373,12 @@ ubuntu()
|
|||
doxygen \
|
||||
file \
|
||||
flex \
|
||||
fuse \
|
||||
g++ \
|
||||
genisoimage \
|
||||
git \
|
||||
gperf \
|
||||
intltool \
|
||||
libexpat-dev \
|
||||
libfuse-dev \
|
||||
libgmp-dev \
|
||||
|
@ -401,6 +403,7 @@ ubuntu()
|
|||
protobuf-compiler \
|
||||
python3 \
|
||||
python3-mako \
|
||||
rsync \
|
||||
scons \
|
||||
texinfo \
|
||||
unzip \
|
||||
|
|
|
@ -50,7 +50,8 @@ RUN apt-get update \
|
|||
perl \
|
||||
doxygen \
|
||||
ant \
|
||||
protobuf-compiler
|
||||
protobuf-compiler \
|
||||
intltool
|
||||
|
||||
# _UID_ must be replaced with the user's uid on host
|
||||
# podman root is mapped to your user id on host during build,
|
||||
|
|
Loading…
Reference in a new issue