mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Add installation of build dependencies in Dockerfile
This commit is contained in:
parent
cd5135ba27
commit
836871f102
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ 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