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 \
unzip \
wget \
libidn11 \
python3 \
pipx
# all this to run python properly
......@@ -44,6 +43,8 @@ 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
......
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