pip install coverage for python_stretch3.7 image

pull/17245/head
Jan Tattermusch 6 years ago
parent 3a0c72ff6b
commit cde2cec279
  1. 3
      templates/tools/dockerfile/test/python_stretch_3.7_x64/Dockerfile.template
  2. 3
      tools/dockerfile/test/python_stretch_3.7_x64/Dockerfile

@ -18,3 +18,6 @@
RUN apt-get update && apt-get -t testing install -y python3.7 python3-all-dev
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.7
# for Python test coverage reporting
RUN pip install coverage

@ -70,3 +70,6 @@ CMD ["bash"]
RUN apt-get update && apt-get -t testing install -y python3.7 python3-all-dev
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.7
# for Python test coverage reporting
RUN pip install coverage

Loading…
Cancel
Save