docs: clarify reason for retaining libwebp-tools in dockerfile
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user