Merge pull request #104 from StevenVanAcker/docker-fix-hashkill

assume yes when installing packages + pkg-config required
This commit is contained in:
Yan 2017-02-13 12:19:21 -08:00 committed by GitHub
commit 023b6cf040

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
apt-get install libssl-dev
apt-get install -y libssl-dev pkg-config