Fix build of Docker production image [SCI-8632] (#5701)

This commit is contained in:
Alex Kriuchykhin 2023-07-03 13:06:15 +02:00 committed by GitHub
parent b459ed7b4b
commit 097d217a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ AllCops:
- "spec/**/*"
NewCops: enable
UseCache: false
TargetRubyVersion: 2.6
TargetRubyVersion: 3.2
##################### Style ####################################

View file

@ -65,14 +65,16 @@ RUN \
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
DEBIAN_FRONTEND=noninteractive \
apt-get update -qq && \
apt-get install -y --no-install-recommends \
default-jre-headless \
ca-certificates-java && \
apt-get install -y --no-install-recommends \
libjemalloc2 \
groff-base \
postgresql-client \
netcat-openbsd \
npm \
default-jre-headless \
poppler-utils \
librsvg2-2 \
libvips42 \