docs: clarify reason for retaining libwebp-tools in dockerfile

This commit is contained in:
Fd
2026-07-15 19:48:30 +07:00
parent 2bb2463aa5
commit 199846857f
+1 -1
View File
@@ -17,7 +17,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -trimpath -ldflags="-w -s" -o /app/neo .
# Stage: prod
FROM alpine:latest AS prod
# Install required tools (webpmux via libwebp-tools, ffmpeg)
# Install required tools (cwebp/gif2webp via libwebp-tools, ffmpeg, imagemagick)
RUN apk add --no-cache \
ffmpeg \
libwebp-tools \