mirror of https://github.com/grpc/grpc.git
parent
40d495a31b
commit
f6445add1f
5 changed files with 36 additions and 38 deletions
@ -0,0 +1,15 @@ |
||||
#================= |
||||
# Compile CPython 3.6.9 from source |
||||
|
||||
RUN apt-get update && apt-get install -y zlib1g-dev libssl-dev |
||||
RUN apt-get update && apt-get install -y jq build-essential libffi-dev |
||||
|
||||
RUN cd /tmp && ${'\\'} |
||||
wget -q https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz && ${'\\'} |
||||
tar xzvf Python-3.6.9.tgz && ${'\\'} |
||||
cd Python-3.6.9 && ${'\\'} |
||||
./configure && ${'\\'} |
||||
make install |
||||
|
||||
RUN python3.6 -m ensurepip && ${'\\'} |
||||
python3.6 -m pip install coverage |
Loading…
Reference in new issue