aigenai commited on
Commit
4dd70a2
·
verified ·
1 Parent(s): 79c3846

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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