Mercurial > hg
view contrib/docker/ubuntu.template @ 31012:88358446da16
match: adding support for matching files inside a directory
This adds a new "rootfilesin" matcher type which matches files inside a
directory, but not any subdirectories (so it matches non-recursively).
This has the "root" prefix per foozy's plan for other matchers (rootglob,
rootpath, cwdre, etc.).
author | Rodrigo Damazio Bovendorp <rdamazio@google.com> |
---|---|
date | Mon, 13 Feb 2017 15:39:29 -0800 |
parents | e63dfbbdbd07 |
children | e02bae37af30 |
line wrap: on
line source
FROM ubuntu:__CODENAME__ RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ dh-python \ devscripts \ python \ python-all-dev \ python-docutils \ zip \ unzip