mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
Merge pull request #100 from StevenVanAcker/docker-fix-zsteg
install gem as user, not root
This commit is contained in:
commit
efa9ffec97
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
gem install zsteg
|
||||
gem install --user-install zsteg
|
||||
|
|
Loading…
Reference in a new issue