Dockerfile: Add python3-setuptools

This commit is contained in:
Johan Gunnarsson 2023-06-03 13:45:16 +02:00
parent 26483b4e84
commit 6335d2d2dc
1 changed files with 1 additions and 0 deletions

View File

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