add noninteractive flag to ffmpeg installation in Dockerfile
Build and publish ich_iel bot / build (push) Failing after 18m41s
Build and publish ich_iel bot / build (push) Failing after 18m41s
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ ENV PATH=/usr/local/bin:$PATH
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["python", "-u", "main.py"]
|
CMD ["python", "-u", "main.py"]
|
||||||
Reference in New Issue
Block a user