Skip to content

Commit

Permalink
chore: remove the boost serialisation from the ci build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfitzgerald committed Feb 17, 2021
1 parent 17e073a commit 77e5a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN apt-get update && \
libgmp-dev \
gcc \
g++ \
swig \
libboost-serialization-dev && \
swig && \
wget https://github.com/herumi/mcl/archive/v1.05.tar.gz && \
tar xvf v1.05.tar.gz && cd mcl-1.05 && make install && ldconfig

Expand Down

0 comments on commit 77e5a11

Please sign in to comment.