mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-18 19:22:44 +00:00
Upgrade debian versions in Dockerfile
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
e23b6e106c
commit
2aa2488c0b
@ -1,5 +1,5 @@
|
||||
FROM debian:buster
|
||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
||||
FROM debian:bullseye
|
||||
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip libnss-unknown xz-utils patch unzip openssh-client
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM debian:bookworm
|
||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
||||
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git rsync stunnel4 socat ca-certificates opensysusers && \
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM debian:buster
|
||||
MAINTAINER Wang Ruikang <dramforever@live.com>
|
||||
FROM debian:bookworm
|
||||
LABEL maintainer="WANG Ruikang <dramforever@live.com>"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-dev python3-pip curl
|
||||
|
@ -44,7 +44,7 @@ RUN set -eux; \
|
||||
done
|
||||
|
||||
FROM dart-build
|
||||
MAINTAINER Hui Yiqun <i@huiyiqun.me>
|
||||
LABEL maintainer="HUI Yiqun <i@huiyiqun.me>"
|
||||
|
||||
ENV PUB_CACHE /pub-cache
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
FROM rust:buster
|
||||
MAINTAINER Jiajie Chen <jiegec@noc.ac.cn>
|
||||
FROM rust:bookworm
|
||||
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
||||
|
||||
RUN cargo install rustup-mirror
|
||||
CMD /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user