mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 22:27:18 +00:00
Merge pull request #107 from StevenVanAcker/docker-fix-msieve
requires libz-dev
This commit is contained in:
commit
0313454958
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue