Skip to content

Commit

Permalink
delete imagemagick from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Dec 10, 2023
1 parent c925749 commit 719a37e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/tmp/go/cach
FROM alpine:3.19.0
WORKDIR /app

RUN apk add --no-cache --update ca-certificates imagemagick && \
update-ca-certificates
ENV TRAQ_IMAGEMAGICK=/usr/bin/convert
RUN apk add --no-cache --update ca-certificates && update-ca-certificates

COPY --from=build /traQ ./

Expand Down

0 comments on commit 719a37e

Please sign in to comment.