Mercurial > hg
view contrib/docker/debian-jessie @ 29391:1acf654f0985
atomictempfile: use a tempdir to keep the test environment clean
Rather than pre-emptively delete a file, execute the test in a dedicated
temporary directory that is removed after each test.
author | Martijn Pieters <mjpieters@fb.com> |
---|---|
date | Thu, 23 Jun 2016 17:35:43 +0100 |
parents | 4c4d0012db4f |
children | e02bae37af30 |
line wrap: on
line source
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