Merge pull request #107 from StevenVanAcker/docker-fix-msieve

requires libz-dev
This commit is contained in:
Yan 2017-02-13 12:18:37 -08:00 committed by GitHub
commit 0313454958

View file

@ -1,4 +1,4 @@
#!/bin/bash
set -eu -o pipefail
apt-get -y install libgmp3-dev libgmp-dev
apt-get -y install libgmp3-dev libgmp-dev libz-dev