Several changes to adapt Rails 8
This commit is contained in:
parent
7cb02d8a7d
commit
52777edb65
11 changed files with 112 additions and 83 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue