| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:cdc9a547b921f36a32310f732815bbee6c6e4f5bd768ab5d49cdc0aa1b9f4785 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"] |