mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 07:22:45 +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
|
FROM debian:bullseye
|
||||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
LABEL maintainer="Miao Wang <miao.wang@tuna.tsinghua.edu.cn>"
|
||||||
|
|
||||||
RUN apt-get update && \
|
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
|
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
|
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 && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends git rsync stunnel4 socat ca-certificates opensysusers && \
|
apt-get install -y --no-install-recommends git rsync stunnel4 socat ca-certificates opensysusers && \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM debian:buster
|
FROM debian:bookworm
|
||||||
MAINTAINER Wang Ruikang <dramforever@live.com>
|
LABEL maintainer="WANG Ruikang <dramforever@live.com>"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y python3-dev python3-pip curl
|
apt-get install -y python3-dev python3-pip curl
|
||||||
|
@ -44,7 +44,7 @@ RUN set -eux; \
|
|||||||
done
|
done
|
||||||
|
|
||||||
FROM dart-build
|
FROM dart-build
|
||||||
MAINTAINER Hui Yiqun <i@huiyiqun.me>
|
LABEL maintainer="HUI Yiqun <i@huiyiqun.me>"
|
||||||
|
|
||||||
ENV PUB_CACHE /pub-cache
|
ENV PUB_CACHE /pub-cache
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM rust:buster
|
FROM rust:bookworm
|
||||||
MAINTAINER Jiajie Chen <jiegec@noc.ac.cn>
|
LABEL maintainer="Jiajie Chen <jiegec@noc.ac.cn>"
|
||||||
|
|
||||||
RUN cargo install rustup-mirror
|
RUN cargo install rustup-mirror
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user