Merge pull request #113 from StevenVanAcker/docker-fix-sslsplit

adding required packages
This commit is contained in:
Yan 2017-02-13 12:15:55 -08:00 committed by GitHub
commit d297c4b2a9

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
set -eu -o pipefail set -eu -o pipefail
apt-get -y install libevent-dev apt-get -y install libevent-dev pkg-config libssl-dev