Dockerfile: Install python3-distutils
The build process fails without that.
This commit is contained in:
parent
6e0db9bd25
commit
a9def9b3ac
@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
git \
|
git \
|
||||||
subversion \
|
subversion \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-distutils \
|
||||||
build-essential \
|
build-essential \
|
||||||
gawk \
|
gawk \
|
||||||
unzip \
|
unzip \
|
||||||
|
Loading…
Reference in New Issue
Block a user