diff --git a/Dockerfile b/Dockerfile
index 1090d9f74f645d0482a5660c37b849535ea6be7c..9ec763068b17cbc9ce93d5d57abad71f62fb4fda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0
 USER root
 RUN apt-get update -y
 RUN apt-get install -y git
+RUN apt-get install -y python3-dev
 
 # Install XPRA
 #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc