add nodejs

This commit is contained in:
Christoph Haas 2025-03-30 16:02:44 +02:00
parent 24dfb62ba8
commit 7cb02d8a7d

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 && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips libpq-dev nodejs && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Set production environment