bump: debian bullseye to bookworm
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM python:3.11.4-slim-bullseye
|
||||
FROM python:3.11.4-slim-bookworm
|
||||
ARG MOVIEPILOT_VERSION
|
||||
ENV LANG="C.UTF-8" \
|
||||
TZ="Asia/Shanghai" \
|
||||
@ -16,6 +16,7 @@ ENV LANG="C.UTF-8" \
|
||||
IYUU_SIGN=""
|
||||
WORKDIR "/app"
|
||||
RUN apt-get update -y \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get -y install \
|
||||
musl-dev \
|
||||
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; \
|
||||
fi \
|
||||
&& 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 clean -y \
|
||||
&& rm -rf \
|
||||
|
Reference in New Issue
Block a user