ContainersWorkspace/tor/Containerfile
Szwendacz 4679bc28db
Some checks failed
Build images / build-images-amd64 (push) Failing after 2m58s
Build images / build-images-arm64 (push) Failing after 4m7s
Build images / update-images-manifests (push) Has been skipped
cloud-toolbox: remove oc tool, add openstack dns zone pkg
2024-03-14 12:30:46 +01:00

13 lines
237 B
Docker

FROM registry.fedoraproject.org/fedora-minimal:rawhide
RUN dnf5 clean all && \
dnf5 install -y tor nyx util-linux && \
dnf5 clean all
COPY torrc.conf /torrc
WORKDIR /
USER toranon
ENTRYPOINT ["/usr/bin/tor", "-f", "/torrc"]