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

please work

parent c80da5c7
No related branches found
No related tags found
1 merge request!57Python Addition
......@@ -37,7 +37,9 @@ unzip \
wget \
libidn11
RUN apt install -y python3
RUN apt install -y --break-system-packages python3
RUN python3 --version
# set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
......
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