n8n 1.104.1 (2025-07-23)
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# 使用 PostgreSQL 作为基础镜像
|
| 2 |
FROM nikolaik/python-nodejs:python3.12-nodejs20
|
| 3 |
|
| 4 |
# 添加维护者信息
|
|
@@ -73,7 +73,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 73 |
# 创建虚拟环境并安装 Python 依赖
|
| 74 |
&& python3 -m venv $VIRTUAL_ENV \
|
| 75 |
&& $VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade pip requests yt-dlp \
|
| 76 |
-
# 安装 n8n
|
| 77 |
&& npm install -g n8n@latest pnpm \
|
| 78 |
&& npm cache clean --force
|
| 79 |
|
|
|
|
| 1 |
+
# 使用 PostgreSQL 作为基础镜像
|
| 2 |
FROM nikolaik/python-nodejs:python3.12-nodejs20
|
| 3 |
|
| 4 |
# 添加维护者信息
|
|
|
|
| 73 |
# 创建虚拟环境并安装 Python 依赖
|
| 74 |
&& python3 -m venv $VIRTUAL_ENV \
|
| 75 |
&& $VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade pip requests yt-dlp \
|
| 76 |
+
# 安装 n8n 1.104.1 (2025-07-23)
|
| 77 |
&& npm install -g n8n@latest pnpm \
|
| 78 |
&& npm cache clean --force
|
| 79 |
|