Skip to content
Snippets Groups Projects
Commit e834f050 authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

maybe this finally fixes the ordering?

parent 610b3b86
No related branches found
No related tags found
1 merge request!57Python Addition
...@@ -36,7 +36,6 @@ unixodbc \ ...@@ -36,7 +36,6 @@ unixodbc \
unzip \ unzip \
wget \ wget \
libidn11 \ libidn11 \
python3 \
pipx pipx
# all this to run python properly # all this to run python properly
...@@ -44,6 +43,8 @@ RUN pipx ensurepath ...@@ -44,6 +43,8 @@ RUN pipx ensurepath
ENV PATH="$PATH:/root/.local/bin" ENV PATH="$PATH:/root/.local/bin"
RUN pipx install awscli RUN pipx install awscli
RUN apt-get install -y python3
RUN python3 --version RUN python3 --version
# set 'python' command to refer to python3 # set 'python' command to refer to python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment