Containerfiles, add rclone, rsync to toolboxes
All checks were successful
Build images / build-images-arm64 (push) Successful in 11m34s
Build images / build-images-amd64 (push) Successful in 13m59s
Build images / update-images-manifests (push) Successful in 36s

This commit is contained in:
Maciej Lebiest 2024-02-11 20:07:07 +01:00
parent a551468585
commit bb1468170d
9 changed files with 4 additions and 2 deletions

View file

@ -1,13 +0,0 @@
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf clean all && \
dnf install -y tor nyx util-linux && \
dnf clean all
COPY torrc.conf /torrc
WORKDIR /
USER toranon
ENTRYPOINT ["/usr/bin/tor", "-f", "/torrc"]