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

Update Dockerfile

parent 4a8bb14f
No related branches found
No related tags found
1 merge request!57Python Addition
This commit is part of merge request !57. Comments created here will be created in the context of that merge request.
...@@ -35,8 +35,9 @@ tzdata \ ...@@ -35,8 +35,9 @@ tzdata \
unixodbc \ unixodbc \
unzip \ unzip \
wget \ wget \
libidn11 \ libidn11
python3
RUN apt install -y python3
# set 'python' command to refer to python3 # set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 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