Generate salt using 128bits from arc4random_buf
This commit is contained in:
parent
44ccc14540
commit
fa8830b003
6 changed files with 35 additions and 22 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:latest
|
|||
|
||||
WORKDIR .
|
||||
|
||||
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev
|
||||
RUN apt-get update && apt-get install -y curl gcc make git libpcre3-dev zlib1g-dev libbsd-dev
|
||||
|
||||
ADD ipscrub /ipscrub/
|
||||
ADD Makefile /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue