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

Python Addition

parent b19194e2
No related branches found
No related tags found
1 merge request!57Python Addition
...@@ -35,7 +35,11 @@ tzdata \ ...@@ -35,7 +35,11 @@ tzdata \
unixodbc \ unixodbc \
unzip \ unzip \
wget \ wget \
libidn11 libidn11 \
python3
# set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \ RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata && dpkg-reconfigure -f noninteractive tzdata
......
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