Dockerfile: Add python3-pkg-resources
It's needed by "binman".
This commit is contained in:
parent
fb52a64dfb
commit
cbab8f8614
|
|
@ -20,6 +20,7 @@ RUN apt-get update && \
|
|||
flex \
|
||||
python2-dev \
|
||||
python3-dev \
|
||||
python3-pkg-resources \
|
||||
swig \
|
||||
parted \
|
||||
e2fsprogs \
|
||||
|
|
|
|||
Loading…
Reference in New Issue