diff --git a/Dockerfile b/Dockerfile
index cc994c020b662739d6c2e744ba534374fb863232..99c85473822a8e5a0591883d0f186494a8b5e035 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,9 +43,9 @@ RUN pipx ensurepath
 ENV PATH="$PATH:/root/.local/bin"
 RUN pipx install awscli
 
-RUN apt-get install -y python3
+#RUN apt-get install -y python3
 
-RUN python3 --version
+#RUN python3 --version
 
 # set 'python' command to refer to python3
 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1