Skip to content

Commit

Permalink
updated compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinbutcher committed Jun 1, 2016
1 parent 4297315 commit 13e5e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz && tar xf cmake-3.2.
# Download and compile openjpeg2.1
WORKDIR /tmp/openjpeg
RUN git clone https://github.com/GrokImageCompression/grok.git ./
RUN git checkout tags/1.0
RUN cmake . && make && make install
RUN git checkout master
RUN cmake -DCMAKE_BUILD_TYPE=Release . && make && make install

# Install pip and python libs
RUN apt-get install -y python-dev python-setuptools python-pip
Expand Down

0 comments on commit 13e5e38

Please sign in to comment.