Containerfiles, add rclone, rsync to toolboxes
This commit is contained in:
parent
a551468585
commit
bb1468170d
9 changed files with 4 additions and 2 deletions
13
tor/Containerfile
Normal file
13
tor/Containerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
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"]
|
Loading…
Add table
Add a link
Reference in a new issue