aboutsummaryrefslogtreecommitdiff
path: root/build/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Dockerfile')
-rw-r--r--build/Dockerfile3
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