diff options
author | Stephen Finucane <stephen@that.guru> | 2016-11-19 18:31:34 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2017-03-01 22:11:05 +0000 |
commit | 7b07b71e9551a303f4837aaa6e5bbefa3d56d139 (patch) | |
tree | 4f657ff63cca5989cda892bea236a3b1341d909e /tools/docker | |
parent | 0ffc8ab3583944bd7ba8690c97429b22be7e4492 (diff) | |
download | patchwork-7b07b71e9551a303f4837aaa6e5bbefa3d56d139.tar patchwork-7b07b71e9551a303f4837aaa6e5bbefa3d56d139.tar.gz |
templates: Add Patchwork version
This is managed using a combination of hardcoded string, for
installations from tarball, and 'git describe', for installations from
a Git repo.
This includes installing Git in the Docker environment, to enable this
in the development environment.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Acked-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'tools/docker')
-rw-r--r-- | tools/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 883d43a..ff05707 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update -qq && \ python3.5-dev python3-pip python3-setuptools python3-wheel \ python3.4-dev findutils=4.4.2-7 \ libmysqlclient-dev mysql-client curl unzip xvfb chromium-chromedriver \ - chromium-browser build-essential && \ + chromium-browser build-essential git && \ ln -s /usr/lib/chromium-browser/chromedriver /usr/bin/ # User |