Skip to content

Commit

Permalink
install ffmpeg in container
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes committed Feb 7, 2025
1 parent f5a898a commit 6c7598f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HomeAutomation.Web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARG arch=bookworm-slim

FROM mcr.microsoft.com/dotnet/aspnet:9.0-${arch} AS base
RUN apt-get -y update && apt-get -y upgrade && apt-get install -y --no-install-recommends ffmpeg
USER app
WORKDIR /app
EXPOSE 8080
Expand Down

0 comments on commit 6c7598f

Please sign in to comment.