Add python3-distutils to gerrit-base
We need this to exist so that we can install pip. Change-Id: I83181c1e9b5282ef0cba6d1b9193a71967564a43
This commit is contained in:
parent
312cadf53f
commit
763aa927a7
@ -21,7 +21,7 @@ RUN assemble
|
||||
FROM docker.io/library/openjdk:8
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y dumb-init python3-launchpadlib \
|
||||
&& apt-get install -y dumb-init python3-launchpadlib python3-distutils \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py \
|
||||
|
Loading…
Reference in New Issue
Block a user