contrib/docker/debian-jessie
author Kyle Lippincott <spectral@google.com>
Thu, 01 Jun 2017 18:23:20 -0700
changeset 32687 2806c7bbcb5e
parent 24973 4c4d0012db4f
child 32148 e02bae37af30
permissions -rw-r--r--
keepalive: pass the correct arguments to HTTPResponse python2.7's httplib.HTTPResponse takes the arguments in the following order: sock, debuglevel, strict, method, buffering This was previously passing them in as positional and skipped strict, so we set strict=method. I'm explicitly setting strict=True now to preserve the previous behavior that has been there since this file was created.

FROM debian:jessie
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip