testing using libvips

This commit is contained in:
2025-08-17 14:57:21 -04:00
parent 8808126905
commit 8964d1c069
2 changed files with 20 additions and 24 deletions

View File

@@ -32,7 +32,7 @@ RUN dx bundle --platform web
# Server Build
# This stage is used when running from VS in fast mode (Default for Debug configuration)
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
RUN apt-get update && apt-get install -y ffmpeg
RUN apt-get update && apt-get install -y ffmpeg #libvips libvips-tools
USER $APP_UID
WORKDIR /app
EXPOSE 8080