Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Nov 11, 2024
1 parent d5ca6f0 commit 3a7f0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/runtime:8.0-noble-amd64 AS base
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgdiplus ffmpeg
RUN apt-get update -y && apt-get install -y libgdiplus software-properties-common
RUN add-apt-repository ppa:ubuntuhandbook1/ffmpeg7 && apt update -y && apt install ffmpeg -y

WORKDIR /app

Expand Down

0 comments on commit 3a7f0a4

Please sign in to comment.