Skip to content

Commit

Permalink
Install ffmpeg in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Nov 28, 2024
1 parent 24c02fc commit 90d4bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions den0bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0-bookworm-slim AS base
WORKDIR /app

RUN apt-get update && apt-get -y install ffmpeg

FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS build

WORKDIR /src
Expand Down

0 comments on commit 90d4bd9

Please sign in to comment.