| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends aria2 wget ca-certificates jq && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /data |
| ENV TORRENT_URL=https://streamshare.wireway.ch/download/lim4ouhs |
| COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| EXPOSE [6881/tcp 6881/udp] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |