mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
add dependencies to dockerfile
This commit is contained in:
parent
50997fb184
commit
2504f81252
@ -6,8 +6,13 @@ WORKDIR /app
|
|||||||
ENV TEMP /tmp
|
ENV TEMP /tmp
|
||||||
RUN mkdir -p $TEMP
|
RUN mkdir -p $TEMP
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y ffmpeg
|
RUN apt-get update && apt-get install -y \
|
||||||
|
ffmpeg \
|
||||||
|
build-essential \
|
||||||
|
libssl-dev \
|
||||||
|
libffi-dev \
|
||||||
|
python3-dev
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
CMD ["python", "run.py"]
|
CMD ["python", "run.py"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user