From 768b709b7123fc3f7f497e2d8029f2f63360a7cb Mon Sep 17 00:00:00 2001 From: SAM CARPENTER <sam.carpenter@wisc.edu> Date: Mon, 22 Apr 2024 08:59:20 -0500 Subject: [PATCH] test: try not running install python? --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc994c0..99c8547 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 -- GitLab