Skip to content

Commit

Permalink
Merge pull request #236 from dpshelio/releaseFix
Browse files Browse the repository at this point in the history
also stabilized Docker
  • Loading branch information
Luke-Pratley authored Feb 1, 2019
2 parents 67eb3e6 + 0d2eceb commit 43fbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /build
ENV LD_LIBRARY_PATH /usr/local/lib

# Build sopt
RUN git clone https://github.com/astro-informatics/sopt.git
RUN git clone --single-branch --branch stable https://github.com/astro-informatics/sopt.git
RUN mkdir -p /build/sopt/build && cd /build/sopt/build && \
cmake .. -DCMAKE_BUILD_TYPE=Release \
-Dtests=ON \
Expand Down

0 comments on commit 43fbb83

Please sign in to comment.