From 7cb02d8a7d70707a6e141efd5f7c852b178dc688 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 30 Mar 2025 16:02:44 +0200 Subject: [PATCH] add nodejs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51ef077..05eac30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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