From 2d587504beac28aa30e253055d060560b702e0d8 Mon Sep 17 00:00:00 2001 From: SAM CARPENTER <sam.carpenter@wisc.edu> Date: Mon, 22 Apr 2024 09:04:50 -0500 Subject: [PATCH] overwrite dockerfile with old dockerfile --- Dockerfile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99c8547..c895c31 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 -- GitLab