fix: libvips not installed in container

This commit is contained in:
2025-09-04 23:42:59 +02:00
parent 6d413bc53e
commit 9ce6770115

View File

@@ -42,7 +42,7 @@ RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \
FROM base AS runner
WORKDIR /app
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache ffmpeg vips
# Don't run production as root
RUN addgroup --system --gid 1001 nodejs