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