diff --git a/Dockerfile b/Dockerfile
index b290f601a00bd199625876731e750c7704c4292b..2ede30cbe3550660ac41ab8d38f6834fb04809d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
 FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
 RUN apt-get update
+RUN apt-get nano
 RUN pip install --upgrade pip
 RUN pip install numpy scipy scikit-learn pillow h5py keras 
 RUN pip install --upgrade imutils