Skip to content

Commit

Permalink
Bug fix - gifsicle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGroundZero committed Nov 22, 2024
1 parent e70a7a5 commit d9466fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LABEL org.opencontainers.image.licenses="GPL-3.0"
LABEL org.opencontainers.image.created=${BUILD_DATE}
LABEL org.opencontainers.image.revision=${BUILD_REVISION}

RUN apk add --no-cache file rsvg-convert imagemagick
RUN apk add --no-cache file rsvg-convert imagemagick gifsicle

COPY --chmod=755 src/shrinkImages.sh /usr/src/

Expand Down

0 comments on commit d9466fb

Please sign in to comment.