ace2me (sha256:3e7d1b95d673da4d692503526fc922edce417ceb823e2754d10f3e096a25f16a)
Published 2025-12-15 22:17:16 +01:00 by eljedidev
Installation
docker pull labs.eljedi.dev/eljedidev/ace2me@sha256:3e7d1b95d673da4d692503526fc922edce417ceb823e2754d10f3e096a25f16asha256:3e7d1b95d673da4d692503526fc922edce417ceb823e2754d10f3e096a25f16aImage layers
| ADD alpine-minirootfs-3.21.0-armv7.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ENV ACESTREAM_HOME=/acestream ANDROID_ROOT=/system ANDROID_DATA=/data PYTHONHOME=/acestream/python PYTHONPATH=/acestream/python/lib/stdlib:/acestream/python/lib/modules:/acestream/data:/acestream/modules.zip:/acestream/eggs-unpacked:/acestream/lib LD_LIBRARY_PATH=/system/lib:/system/lib:/acestream/python/lib TEMP=/tmp PATH=/acestream/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY acestream_3.2.14.arm7v.zip / # buildkit |
| RUN /bin/sh -c unzip /acestream_3.2.14.arm7v.zip && rm /acestream_3.2.14.arm7v.zip # buildkit |
| COPY system.zip / # buildkit |
| RUN /bin/sh -c unzip /system.zip && rm /system.zip # buildkit |
| ADD main.py dnsproxyd.py /acestream/ # buildkit |
| WORKDIR /acestream |
| EXPOSE [6878/tcp 8621/tcp] |
| CMD ["python" "main.py" "--bind-all" "--client-console" "--live-cache-type" "memory" "--live-mem-cache-size" "104857600" "--disable-sentry" "--log-stdout" "--disable-upnp"] |