12 lines
203 B
Docker
12 lines
203 B
Docker
FROM forgejo.maciej.cloud/pkg/mc-fedora-base
|
|
|
|
RUN dnf5 install -y tor nyx util-linux && \
|
|
dnf5 clean all
|
|
|
|
COPY torrc.conf /torrc
|
|
|
|
WORKDIR /
|
|
|
|
USER toranon
|
|
|
|
ENTRYPOINT ["/usr/bin/tor", "-f", "/torrc"]
|