Skip to content

Commit 2f2c717

Browse files
committed
added tagged release of stweil/iipsrv
1 parent 8ba5172 commit 2f2c717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN printf "include /etc/ld.so.conf.d/*.conf\ninclude /usr/local/lib\n" > /etc/l
2121
# download and compile Stweil's iipsrv w/ openjpeg2.1, sleeps prevent 'Text file busy' error
2222
WORKDIR /tmp/iip
2323
RUN git clone https://github.com/stweil/iipsrv.git ./
24-
RUN git checkout openjpeg
24+
RUN git checkout tags/openjpeg-20160529
2525
RUN chmod +x autogen.sh && sleep 2 && ./autogen.sh
2626
RUN chmod +x configure && sleep 2 && ./configure --with-openjpeg=/tmp/openjpeg && sleep 2 && make && make install
2727

0 commit comments

Comments
 (0)