Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -74,8 +74,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 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 |
-
|
| 78 |
-
&& npm install --force -g n8n@latest pnpm \
|
| 79 |
&& npm cache clean --force
|
| 80 |
|
| 81 |
|
|
|
|
| 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 install --force -g n8n@latest pnpm \
|
| 79 |
&& npm cache clean --force
|
| 80 |
|
| 81 |
|