mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 03:16:58 -05:00
Update Dockerfile
addition of pycrypto as a requirement needs gcc in order for the container to install it
This commit is contained in:
parent
f3ff2c37f6
commit
eba5e7d897
@ -1,7 +1,7 @@
|
||||
FROM python:3.8-slim
|
||||
|
||||
|
||||
RUN apt-get -qq update && \
|
||||
apt-get -qq -y install ffmpeg && \
|
||||
apt-get -qq -y install ffmpeg gcc && \
|
||||
apt-get autoclean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@ -9,4 +9,4 @@ COPY ./ /app/
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python3", "/app/main.py", "--c", "/app/config/config.ini"]
|
||||
ENTRYPOINT ["python3", "/app/main.py", "--config", "/app/config/config.ini"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user