grpc/templates/tools/dockerfile/apt_get_python_27.include

4 lines
153 B
Plaintext

# Install Python 2.7
RUN apt-get update && apt-get install -y python2.7 python-all-dev
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python2.7