luojunhui 1 month ago
parent
commit
93bb834696
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -9,9 +9,6 @@ ENV TZ=Asia/Shanghai
 
 
 RUN apt-get update \
 RUN apt-get update \
     && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
     && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
-    && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/*
 
 
 COPY requirements.txt .
 COPY requirements.txt .
 RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
 RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple