Merge "Switch gerrit container from jre to jdk packages"

This commit is contained in:
Zuul 2023-03-01 22:40:18 +00:00 committed by Gerrit Code Review
commit 9e8dc7f0d2

View File

@ -25,7 +25,7 @@ FROM docker.io/opendevorg/python-base:3.9-bullseye as gerrit-base
RUN echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/95disable-recommends
RUN apt-get update \
&& apt-get install -y dumb-init git openssh-client openjdk-11-jre-headless unzip \
&& apt-get install -y dumb-init git openssh-client openjdk-11-jdk-headless unzip \
# This next set of installs helps align us with the old openjdk image \
# but they may not all be necessary \
&& apt-get install -y xz-utils bzip2 wget curl gnupg \