mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-22 03:57:38 +08:00
优化Dockerfile,移除不必要的sources.list复制步骤,简化pip安装命令
This commit is contained in:
parent
b022a364e3
commit
d0619f1fe8
@ -2,15 +2,13 @@ FROM swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/python:3.10-slim
|
|||||||
|
|
||||||
ENV TZ Asia/Shanghai
|
ENV TZ Asia/Shanghai
|
||||||
|
|
||||||
COPY docker/sources.list /etc/apt/sources.list
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git
|
RUN apt-get update && apt-get install -y git
|
||||||
|
|
||||||
WORKDIR /liteyukibot
|
WORKDIR /liteyukibot
|
||||||
|
|
||||||
COPY . /liteyukibot
|
COPY . /liteyukibot
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
RUN apt-get install -y libnss3 libnspr4 libdbus-1-3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libatspi2.0-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libxkbcommon0 libasound2
|
RUN apt-get install -y libnss3 libnspr4 libdbus-1-3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libatspi2.0-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libxkbcommon0 libasound2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user