Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Dec 11, 2023
1 parent 0ab6392 commit eac388b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
WORKDIR /app
COPY --from=build /src/out .
WORKDIR /config

# ADD FFMPEG FOR VOICE SUPPORT
RUN apk add ffmpeg
# FFMPEG is not actually used but fukit

# ADD TESSERACT FOR OCR
RUN apk add tesseract-ocr

ENTRYPOINT ["dotnet", "/app/ModCore.dll"]

0 comments on commit eac388b

Please sign in to comment.