mirror of
https://github.com/keven1024/015.git
synced 2026-06-03 10:59:35 +00:00
chore: update Dockerfile to include imagemagick for enhanced image processing capabilities
This commit is contained in:
@@ -14,6 +14,6 @@ RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://goproxy.cn,direct && \
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o worker ./worker
|
||||
|
||||
FROM alpine:3
|
||||
RUN apk add --no-cache pngquant jpegoptim
|
||||
RUN apk add --no-cache pngquant jpegoptim imagemagick
|
||||
COPY --from=builder /app/worker /bin/worker
|
||||
ENTRYPOINT ["/bin/worker"]
|
||||
Reference in New Issue
Block a user