Several changes to adapt Rails 8

This commit is contained in:
Christoph Haas 2025-04-04 00:58:27 +02:00
parent 7cb02d8a7d
commit 52777edb65
11 changed files with 112 additions and 83 deletions

View file

@ -16,7 +16,7 @@ WORKDIR /rails
# Install base packages
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev nodejs && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev nodejs telnet && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Set production environment