Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ ENV N8N_PAYLOAD_SIZE_MAX=256
|
|
21 |
USER root
|
22 |
|
23 |
# 更新包管理器并安装必要软件包,包括 Python3、venv、curl、Node.js、n8n
|
24 |
-
RUN apt-get install -y curl unzip gnupg build-essential sudo vim git procps lsof net-tools ca-certificates openssl tzdata python3-venv gosu && \
|
25 |
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
26 |
dpkg-reconfigure --frontend noninteractive tzdata && \
|
27 |
|
|
|
21 |
USER root
|
22 |
|
23 |
# 更新包管理器并安装必要软件包,包括 Python3、venv、curl、Node.js、n8n
|
24 |
+
RUN apt-get update && apt-get install -y curl unzip gnupg build-essential sudo vim git procps lsof net-tools ca-certificates openssl tzdata python3-venv gosu && \
|
25 |
ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
26 |
dpkg-reconfigure --frontend noninteractive tzdata && \
|
27 |
|