Remove extra build tools.

This commit is contained in:
SergeantPanda 2025-09-28 11:49:24 -05:00
parent 836871f102
commit f3de398c89

View file

@ -6,9 +6,6 @@ ARG BASE_TAG=base
# --- Build frontend ---
FROM node:24 AS frontend-builder
# Install dependencies for building frontend assets
RUN apt-get update && apt-get install -y make g++ build-essential
WORKDIR /app/frontend
COPY ./frontend /app/frontend