mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Merge pull request #104 from StevenVanAcker/docker-fix-hashkill
assume yes when installing packages + pkg-config required
This commit is contained in:
commit
023b6cf040
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install libssl-dev
|
||||
apt-get install -y libssl-dev pkg-config
|
||||
|
|
Loading…
Reference in a new issue