diff --git a/Dockerfile b/Dockerfile
index 99c85473822a8e5a0591883d0f186494a8b5e035..c895c317b806583d9d58509483dd1830bb958ebf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,20 +35,7 @@ tzdata \
 unixodbc \
 unzip \
 wget \
-libidn11 \
-pipx
-
-# all this to run python properly
-RUN pipx ensurepath
-ENV PATH="$PATH:/root/.local/bin"
-RUN pipx install awscli
-
-#RUN apt-get install -y python3
-
-#RUN python3 --version
-
-# set 'python' command to refer to python3
-RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
+libidn11
 
 RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
 && dpkg-reconfigure -f noninteractive tzdata