mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-27 09:13:46 +08:00
Fix build of Docker production image [SCI-8632] (#5701)
This commit is contained in:
parent
b459ed7b4b
commit
097d217a55
2 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,7 @@ AllCops:
|
|||
- "spec/**/*"
|
||||
NewCops: enable
|
||||
UseCache: false
|
||||
TargetRubyVersion: 2.6
|
||||
TargetRubyVersion: 3.2
|
||||
|
||||
##################### Style ####################################
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue