We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba5172 commit 2f2c717Copy full SHA for 2f2c717
Dockerfile
@@ -21,7 +21,7 @@ RUN printf "include /etc/ld.so.conf.d/*.conf\ninclude /usr/local/lib\n" > /etc/l
21
# download and compile Stweil's iipsrv w/ openjpeg2.1, sleeps prevent 'Text file busy' error
22
WORKDIR /tmp/iip
23
RUN git clone https://github.com/stweil/iipsrv.git ./
24
-RUN git checkout openjpeg
+RUN git checkout tags/openjpeg-20160529
25
RUN chmod +x autogen.sh && sleep 2 && ./autogen.sh
26
RUN chmod +x configure && sleep 2 && ./configure --with-openjpeg=/tmp/openjpeg && sleep 2 && make && make install
27
0 commit comments