Skip to content

Instantly share code, notes, and snippets.

@Xornop
Xornop / Dockerfile
Last active December 21, 2025 10:50
FROM ghcr.io/cleanuparr/cleanuparr:latest
USER root
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
ENTRYPOINT []
COPY run.sh /
RUN chmod a+x /run.sh