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:
Monty Taylor 2020-03-03 11:40:38 -06:00
parent 312cadf53f
commit 763aa927a7
1 changed files with 1 additions and 1 deletions

View File

@ -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 \