Skip to content

Commit

Permalink
libjpeg-turbo library location
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith authored Nov 29, 2023
1 parent 0c3fb06 commit 21b4193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cantaloupe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ RUN --mount=type=cache,id=cantaloupe-apk-${TARGETARCH},sharing=locked,target=/va
openjpeg-tools \
libjpeg-turbo \
&& \
mkdir -p /opt/libjpeg-turbo/lib && \
ln -s /usr/lib/libturbojpeg.so.0 /opt/libjpeg-turbo/lib/libturbojpeg.so && \
create-service-user.sh --name cantaloupe --group jwt /data /opt/cantaloupe/logs && \
cleanup.sh

Expand Down

0 comments on commit 21b4193

Please sign in to comment.