mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 22:27:18 +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…
Add table
Reference in a new issue