Skip to content

Commit

Permalink
services/pkg/rsync/Dockerfile: add findutils
Browse files Browse the repository at this point in the history
needed for xbps-clean-sigs

Closes: #169 [via git-merge-pr]
  • Loading branch information
classabbyamp authored and the-maldridge committed Aug 15, 2023
1 parent 7e9db58 commit d1fbdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pkg/rsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/void-linux/void-glibc:latest

RUN xbps-install -Sy rsync tini snooze && \
RUN xbps-install -Sy rsync tini snooze findutils && \
mkdir -p /etc/rsyncd.conf.d/ && \
rm -rf /var/cache/xbps

Expand Down

0 comments on commit d1fbdb9

Please sign in to comment.