ContainersWorkspace/tor/Containerfile
Maciej Lebiest dd0f0f8029
All checks were successful
Build images / build-images-amd64 (push) Successful in 6m52s
Build images / build-images-arm64 (push) Successful in 9m25s
Build images / update-images-manifests (push) Successful in 23s
cloud-toolbox: remove oc, add openstack dns zones tool, migrating to fedora-minimal
2024-03-14 15:27:14 +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"]