luojunhui 2 天之前
父節點
當前提交
efdb7ccff3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1
 ENV PIP_DISABLE_PIP_VERSION_CHECK=on
 ENV TZ=Asia/Shanghai
 
-RUN apt-get update && apt-get install -y curl gnupg ca-certificates \
+RUN apt-get update \
     && 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 \