修正镜像源替换
This commit is contained in:
@@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
# 安装库
|
||||
COPY sources.list /etc/apt/sources.list
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone \
|
||||
&& apt-get install libgl1
|
||||
&& apt-get update && apt-get install libgl1
|
||||
|
||||
# 安装依赖
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user