diff --git a/Dockerfile b/Dockerfile
index 76fab17a76d6136d77a92a7291b94aeacf52f19a..220d4711dfd6256363cffe1b0a2c445a458b52fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:9
 
 RUN apt-get update \
-  && apt-get install -y git subversion python build-essential gawk unzip libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \
+  && apt-get install -y git subversion python build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \
   && apt-get clean
 
 # gluon build fails when running as root