Skip to content

Commit

Permalink
fix ffmpeg version to latest (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliadi authored Jul 15, 2024
1 parent 64b45f3 commit eee7528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
COPY --from=builder /app/wheels /wheels
COPY . .
RUN pip install --no-cache /wheels/*
RUN apt-get update && apt-get install --no-install-recommends -y ffmpeg=7:5.1.4-0+deb12u1 \
RUN apt-get update && apt-get install --no-install-recommends -y ffmpeg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
HEALTHCHECK CMD curl --fail http://localhost:8080/_stcore/health
Expand Down

0 comments on commit eee7528

Please sign in to comment.