contrib/docker/debian-jessie
author timeless <timeless@mozdev.org>
Wed, 03 Feb 2016 18:15:18 +0000
changeset 28024 142891ab6e89
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
tests: change blackbox test to work cross platform While it is not easy to make a file 000 on Windows, you can emulate most of the behaviors by replacing the file with a directory. Also corrects test description to properly indicate that failing to read from the log is fatal.

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