diff --git a/Dockerfile b/Dockerfile
index bdecc51..27d9fa9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ COPY config /opt/
 
 RUN useradd -u 54000 radio && \
         apt-get update && \
-        apt-get install -y  git gcc g++ python2 wget make && \
+        apt-get install -y  git gcc g++ python2 python2-dev wget make && \
         cd /opt && \
 	wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
 	python2 ./get-pip.py && \