diff --git a/Dockerfile b/Dockerfile
index 60dc7a48e18ab20b8600904337ceb6e51c513701..c1dda56105e64de80caf23b9ac6d7ac638037ae5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -57,4 +57,7 @@ WORKDIR ASDA
 RUN pip install .
 
 # Seaborn
-RUN pip install seaborn
\ No newline at end of file
+RUN pip install seaborn
+
+# DataScience
+RUN pip install scikit-learn
\ No newline at end of file