contrib/docker/debian-jessie
author Durham Goode <durham@fb.com>
Mon, 29 Aug 2016 18:02:09 -0700
changeset 29908 bb3281b3fcaa
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
manifest: make uses of _mancache aware of contexts In a future patch we will change manifestctx and treemanifestctx to no longer derive from manifestdict and treemanifest, respectively. This means that consumers of the _mancache will now need to be aware of the different between the two, until we get rid of the manifest entirely and the _mancache becomes only filled with ctxs.

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