tunasync-scripts/dockerfiles/ftpsync/Dockerfile
Shengqi Chen 9ee3c207a9
Bump dockerfiles to trixie
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2025-09-02 23:03:25 +08:00

13 lines
365 B
Docker

FROM debian:trixie
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