build: remove duplicate packages

This commit is contained in:
Krrish Dholakia
2025-12-02 15:53:10 -08:00
parent 6c188c5ae2
commit 7fb2f4730b
+11 -1
View File
@@ -10,7 +10,17 @@ WORKDIR /app
# Install build dependencies including Node.js for UI build
USER root
RUN apk add --no-cache build-base bash nodejs npm \
RUN apk add --no-cache \
clang \
llvm \
lld \
gcc \
python3-dev \
linux-headers \
build-base \
bash \
nodejs \
npm \
&& pip install --no-cache-dir --upgrade pip build
# Copy project files