mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 07:22:45 +00:00
ftpsync: upgrade to bookworm
This commit is contained in:
parent
f1c1164253
commit
0ede3fbfbf
@ -1,8 +1,8 @@
|
||||
FROM debian:stretch
|
||||
FROM debian:bookworm
|
||||
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git rsync awscli stunnel4 socat && \
|
||||
apt-get install -y git rsync stunnel4 socat && \
|
||||
apt-get clean all
|
||||
|
||||
RUN git clone https://ftp-master.debian.org/git/archvsync.git/ /ftpsync/
|
||||
|
Loading…
x
Reference in New Issue
Block a user