ContainersWorkspace/tor/Containerfile

13 lines
203 B
Text
Raw Normal View History

FROM forgejo.maciej.cloud/pkg/mc-fedora-base
2023-03-26 15:16:56 +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"]