Skip to content

does cantaloupe support openjpeg 2.5.0 #606

Answered by cgoines
cgoines asked this question in Q&A
Discussion options

You must be logged in to vote

nvm, figured it out. it does. if you're using a dockerfile, i got cantaloupe to run against openjpeg 2.5.0 by specifically including that version, ex:

FROM ubuntu:kinetic
ENV JAVA_HOME=/opt/jdk
ARG DEBIAN_FRONTEND=noninteractive
ENV CANTALOUPE_VERSION=5.0.5
EXPOSE 8182

# Update packages and install tools
# Run non privileged
# Get and unpack Cantaloupe release archive
RUN apt-get update -qy && apt-get dist-upgrade -qy \
      apt-get install -qy --no-install-recommends libopenjp2-tools=2.5.0-1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cgoines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant