Skip to content

Instantly share code, notes, and snippets.

@megumintyan
Created December 23, 2023 16:54
Show Gist options
  • Save megumintyan/b2c110e1970b092d22cf873518b20ece to your computer and use it in GitHub Desktop.
Save megumintyan/b2c110e1970b092d22cf873518b20ece to your computer and use it in GitHub Desktop.
acestream
FROM python:3.8.18-bookworm
RUN adduser megumin
USER megumin
ADD --chown=megumin:megumin acestream_3.1.75rc4_ubuntu_18.04_x86_64_py3.8 /home/megumin/acestream
WORKDIR /home/megumin/acestream
RUN pip install -r requirements.txt
ENTRYPOINT "bash" "start-engine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment