diff --git a/docker/gerrit/base/Dockerfile b/docker/gerrit/base/Dockerfile index 7cf1ad7184..41f008a476 100644 --- a/docker/gerrit/base/Dockerfile +++ b/docker/gerrit/base/Dockerfile @@ -24,10 +24,9 @@ FROM docker.io/library/openjdk:11-bullseye as gerrit-base RUN echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/95disable-recommends -# libcgi-pm-perl is for gitweb RUN apt-get update \ && apt-get install -y dumb-init python3-launchpadlib python3-distutils \ - wget unzip libcgi-pm-perl \ + wget unzip \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py \