Skip to content

Commit

Permalink
ftpsync: add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shankerwangmiao committed May 16, 2023
1 parent 5835295 commit 649ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ftpsync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm
MAINTAINER Justin Wong <yuzhi.wang@tuna.tsinghua.edu.cn>

RUN apt-get update && \
apt-get install -y --no-install-recommends git rsync stunnel4 socat && \
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/
Expand Down

0 comments on commit 649ef5a

Please sign in to comment.