Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# ----------------------------------------------------
|
| 2 |
# Dockerfile n8n + Supabase + IA Audio/Video (Base DEBIAN 12)
|
| 3 |
-
#
|
| 4 |
# ----------------------------------------------------
|
| 5 |
# 1. Image de base Debian Bookworm (12)
|
| 6 |
FROM debian:bookworm-slim
|
|
@@ -15,6 +15,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 15 |
git \
|
| 16 |
build-essential \
|
| 17 |
curl \
|
|
|
|
|
|
|
|
|
|
| 18 |
# Dépendances audio/vidéo
|
| 19 |
ffmpeg \
|
| 20 |
libopenblas-dev \
|
|
|
|
| 1 |
# ----------------------------------------------------
|
| 2 |
# Dockerfile n8n + Supabase + IA Audio/Video (Base DEBIAN 12)
|
| 3 |
+
# FIX : Ajout de Node.js (npm)
|
| 4 |
# ----------------------------------------------------
|
| 5 |
# 1. Image de base Debian Bookworm (12)
|
| 6 |
FROM debian:bookworm-slim
|
|
|
|
| 15 |
git \
|
| 16 |
build-essential \
|
| 17 |
curl \
|
| 18 |
+
# AJOUT CRITIQUE : Node.js et NPM pour installer n8n
|
| 19 |
+
nodejs \
|
| 20 |
+
npm \
|
| 21 |
# Dépendances audio/vidéo
|
| 22 |
ffmpeg \
|
| 23 |
libopenblas-dev \
|