Skip to content

Commit

Permalink
Remove boost dep in Dockerfile (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen authored and niekbouman committed Apr 11, 2018
1 parent ad7f6af commit 39512c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ RUN git clone https://github.com/scipr-lab/libff.git \
&& cd ../.. \
&& rm -rf benchmark

# Install boost separately, because we are going to remove that dependency
RUN apt-get install -y libboost-all-dev

CMD ["/bin/bash"]

0 comments on commit 39512c2

Please sign in to comment.