mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Remove extra build tools.
This commit is contained in:
parent
836871f102
commit
f3de398c89
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue