2024-05-03 09:29:02 +00:00
|
|
|
FROM forgejo.maciej.cloud/pkg/mc-fedora-base
|
2023-03-26 15:16:56 +00:00
|
|
|
|
2024-03-14 14:27:14 +00:00
|
|
|
RUN dnf5 install -y tor nyx util-linux && \
|
|
|
|
dnf5 clean all
|
2023-03-26 15:16:56 +00:00
|
|
|
|
|
|
|
COPY torrc.conf /torrc
|
|
|
|
|
|
|
|
WORKDIR /
|
|
|
|
|
|
|
|
USER toranon
|
|
|
|
|
|
|
|
ENTRYPOINT ["/usr/bin/tor", "-f", "/torrc"]
|