adding ffmpeg dependency
This commit is contained in:
parent
10323daaa1
commit
be8e430378
@ -10,7 +10,7 @@ RUN dotnet build -c Release -o out
|
|||||||
|
|
||||||
# Build runtime image
|
# Build runtime image
|
||||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||||
RUN apt update && apt install -y libopus-dev opus-tools
|
RUN apt update && apt install -y ffmpeg libopus-dev opus-tools
|
||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
COPY --from=build-env /App/out .
|
COPY --from=build-env /App/out .
|
||||||
ENTRYPOINT ["dotnet", "Kasbot.dll"]
|
ENTRYPOINT ["dotnet", "Kasbot.dll"]
|
Loading…
x
Reference in New Issue
Block a user