luojunhui 1 месяц назад
Родитель
Сommit
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 \