Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: HitBlast <[email protected]>
  • Loading branch information
hitblast committed Aug 22, 2024
1 parent 1443ea1 commit 1647085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM python:3.12
# Copy project files and set working directory.
WORKDIR /igknite
COPY . /igknite/
RUN pip install poetry && poetry install --sync --no-root

# Set proper frontend for Debian and install external dependencies.
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y --no-install-recommends ffmpeg
RUN apt update && apt install -y --no-install-recommends ffmpeg python3-poetry
RUN poetry install --sync --no-root
RUN rm -rf /var/lib/apt/lists/*

# Real-time project view.
Expand Down

0 comments on commit 1647085

Please sign in to comment.