Shengqi Chen 2aa2488c0b
Upgrade debian versions in Dockerfile
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 15:48:06 +08:00

13 lines
367 B
Docker

FROM debian:bookworm
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 && \
apt-get clean all
RUN git clone https://ftp-master.debian.org/git/archvsync.git/ /ftpsync/
WORKDIR /ftpsync/
ENV PATH /ftpsync/bin:${PATH}
CMD /bin/bash