mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
Merge pull request #103 from StevenVanAcker/docker-fix-featherduster
adding missing packages
This commit is contained in:
commit
0721638a58
1 changed files with 5 additions and 0 deletions
5
featherduster/install-root-debian
Executable file
5
featherduster/install-root-debian
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install libgmp3-dev libncurses5-dev
|
||||
|
Loading…
Reference in a new issue