Skip to content

Commit

Permalink
Update Dockerfile to install thumbor-wand-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Sep 16, 2024
1 parent 5ab3dcb commit dc5500c
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 @@ -20,7 +20,7 @@ RUN ../configure && make

FROM mvhirsch/thumbor:7.5.2

RUN pip install --user --no-cache-dir thumbor-gcs thumbor-plugins
RUN pip install --user --no-cache-dir thumbor-gcs thumbor-plugins thumbor-wand-engine

COPY --from=mozjpeg /usr/local/share/mozjpeg/build /usr/local/share/mozjpeg/build
RUN ln -s /usr/local/share/mozjpeg/build/cjpeg /usr/local/bin/mozjpeg
Expand Down

0 comments on commit dc5500c

Please sign in to comment.