ContainersWorkspace/tor/Containerfile
Szwendacz 74c6acc044
Some checks failed
Build images / build-images-amd64 (push) Failing after 4m3s
Build images / build-images-arm64 (push) Failing after 5m0s
Build images / update-images-manifests (push) Has been skipped
cloud-toolbox: remove oc tool, add openstack dns zone pkg
2024-03-14 13:01:48 +01:00

12 lines
213 B
Docker

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