diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-19 22:15:59 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-19 22:15:59 -0600 |
commit | 26240275ee4ef5fcd9fc1727edcd30cce4f004ab (patch) | |
tree | c0af376d2983a9ff2f86897ef78384469411ee3b /build | |
parent | 3f5efcb91afc2e6d013800132b92e4a6c297f662 (diff) |
Updating build deps
Diffstat (limited to 'build')
-rw-r--r-- | build/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Dockerfile b/build/Dockerfile index adfade3..71a5b58 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \ wget \ python3-dev \ python3-pip \ + # For crypto libraries + libssl-dev \ + libffi-dev \ vim \ locales |