Skip to content

Commit 57bb3a2

Browse files
Update Dockerfile
1 parent 2f2c717 commit 57bb3a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RUN apt-get update -y && apt-get install -y build-essential wget cmake make git
88

99
# Download and compile openjpeg2.1
1010
WORKDIR /tmp/openjpeg
11-
# alt openjpeg version for stweil build
1211
RUN git clone https://github.com/uclouvain/openjpeg.git ./
1312
RUN git checkout tags/version.2.1
1413
RUN cmake . && make && make install

0 commit comments

Comments
 (0)