ztgrace / changeme

A default credential scanner.
GNU General Public License v3.0
1.44k stars 248 forks source link

Adds required -dev dependencies to Dockerfile #24

Closed agc93 closed 7 years ago

agc93 commented 7 years ago

Resolves #23

This adds the missing -dev dependencies for cffi and cryptography packages. Added to build-deps so the image is only 92MB built.

Let me know if anything doesn't look right.

ztgrace commented 7 years ago

Awesome, thanks for the fix!