Skip to content
Snippets Groups Projects
Commit 20e25d18 authored by Diogo Castro's avatar Diogo Castro
Browse files

Update Python to 3.7.6

parent f290d67a
No related branches found
No related tags found
1 merge request!9Update to latest
......@@ -63,9 +63,9 @@ RUN wget --quiet https://github.com/krallin/tini/releases/download/v0.10.0/tini
# Install Python 3
RUN mkdir /tmp/pytmp && \
cd /tmp/pytmp && \
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz && \
tar xzvf Python-3.6.1.tgz && \
cd /tmp/pytmp/Python-3.6.1 && \
wget https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tgz && \
tar xzvf Python-3.7.6.tgz && \
cd /tmp/pytmp/Python-3.7.6 && \
./configure --enable-shared && \
make install && \
rm -rf /tmp/pytmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment