Fix builds, fr this time.

This commit is contained in:
Mahad Kalam 2026-02-09 20:31:10 +00:00
parent f7eee2f0a3
commit 322c5096f2

View file

@ -42,7 +42,7 @@ FROM base AS build
# Install packages needed to build gems
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y build-essential git pkg-config libpq-dev libyaml-dev && \
apt-get install --no-install-recommends -y build-essential git pkg-config libpq-dev libyaml-dev nodejs npm && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives
# Install npm dependencies for Vite