ci: test ci
All checks were successful
MoviePilot Builder / Build Docker Image (push) Successful in 13m40s
All checks were successful
MoviePilot Builder / Build Docker Image (push) Successful in 13m40s
This commit is contained in:
parent
0154482156
commit
b3f33aaa0f
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- test
|
||||||
# paths:
|
# paths:
|
||||||
# - version.py
|
# - version.py
|
||||||
|
|
||||||
|
@ -15,6 +15,9 @@ ENV LANG="C.UTF-8" \
|
|||||||
AUTH_SITE="iyuu" \
|
AUTH_SITE="iyuu" \
|
||||||
IYUU_SIGN=""
|
IYUU_SIGN=""
|
||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
|
|
||||||
|
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get -y install \
|
&& apt-get -y install \
|
||||||
@ -50,6 +53,9 @@ RUN apt-get update -y \
|
|||||||
/var/lib/apt/lists/* \
|
/var/lib/apt/lists/* \
|
||||||
/var/tmp/*
|
/var/tmp/*
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
|
|
||||||
|
RUN pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
|
||||||
|
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get install -y build-essential \
|
&& apt-get install -y build-essential \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user