bump: debian bullseye to bookworm
This commit is contained in:
parent
663e61e3a1
commit
d0989f72a9
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11.4-slim-bullseye
|
FROM python:3.11.4-slim-bookworm
|
||||||
ARG MOVIEPILOT_VERSION
|
ARG MOVIEPILOT_VERSION
|
||||||
ENV LANG="C.UTF-8" \
|
ENV LANG="C.UTF-8" \
|
||||||
TZ="Asia/Shanghai" \
|
TZ="Asia/Shanghai" \
|
||||||
@ -16,6 +16,7 @@ ENV LANG="C.UTF-8" \
|
|||||||
IYUU_SIGN=""
|
IYUU_SIGN=""
|
||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
|
&& apt-get upgrade -y \
|
||||||
&& apt-get -y install \
|
&& apt-get -y install \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
nginx \
|
nginx \
|
||||||
@ -41,10 +42,6 @@ RUN apt-get update -y \
|
|||||||
then ln -s /usr/lib/aarch64-linux-musl/libc.so /lib/libc.musl-aarch64.so.1; \
|
then ln -s /usr/lib/aarch64-linux-musl/libc.so /lib/libc.musl-aarch64.so.1; \
|
||||||
fi \
|
fi \
|
||||||
&& curl https://rclone.org/install.sh | bash \
|
&& curl https://rclone.org/install.sh | bash \
|
||||||
&& echo "deb http://deb.debian.org/debian bookworm main" >> /etc/apt/sources.list \
|
|
||||||
&& apt-get update -y \
|
|
||||||
&& apt-get install -y --only-upgrade ca-certificates \
|
|
||||||
&& sed -i '/deb http:\/\/deb\.debian\.org\/debian bookworm main/d' /etc/apt/sources.list \
|
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& apt-get clean -y \
|
&& apt-get clean -y \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
@ -33,7 +33,7 @@ bs4~=0.0.1
|
|||||||
beautifulsoup4~=4.12.2
|
beautifulsoup4~=4.12.2
|
||||||
pillow~=9.5.0
|
pillow~=9.5.0
|
||||||
pyTelegramBotAPI~=4.12.0
|
pyTelegramBotAPI~=4.12.0
|
||||||
playwright~=1.34.0
|
playwright~=1.37.0
|
||||||
cf_clearance~=0.29.2
|
cf_clearance~=0.29.2
|
||||||
torrentool~=1.2.0
|
torrentool~=1.2.0
|
||||||
slack_bolt~=1.18.0
|
slack_bolt~=1.18.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user