ContainersWorkspace/tor/Containerfile
Maciej Lebiest 6eb7b7a41e
Some checks failed
Build images / build-images-amd64 (push) Failing after 33s
Build images / build-images-arm64 (push) Failing after 44s
Build images / update-images-manifests (push) Has been skipped
migrate some images to mc-fedora-base image
2024-05-03 11:25:31 +02:00

12 lines
202 B
Docker

FROM fogejo.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"]