Dockerfile: Add python3-pkg-resources

It's needed by "binman".
This commit is contained in:
Johan Gunnarsson 2021-01-16 13:38:48 +01:00
parent fb52a64dfb
commit cbab8f8614
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN apt-get update && \
flex \ flex \
python2-dev \ python2-dev \
python3-dev \ python3-dev \
python3-pkg-resources \
swig \ swig \
parted \ parted \
e2fsprogs \ e2fsprogs \