ContainersWorkspace/tor/Containerfile
Maciej Lebiest 7c6b259f44
All checks were successful
Build images / build-images-amd64 (push) Successful in 11m11s
Build images / build-images-arm64 (push) Successful in 11m11s
Build images / update-images-manifests (push) Successful in 25s
migrate some images to mc-fedora-base image
2024-05-03 11:29:02 +02:00

12 lines
203 B
Docker

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