diff options
author | Thomas Duval <thomas.duval@orange.com> | 2018-03-07 10:53:41 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2018-03-07 10:57:14 +0100 |
commit | 9a2e6721376547244e53dbb92ea596f526a9c865 (patch) | |
tree | 0c9377c1af969864a740072fb442aa4847ca274e /external_policy_checker/Dockerfile | |
parent | dbd38cc0f28257772580d42905d2d398fc1d1705 (diff) |
Add Moon stub for the tempest and patrole tests.
Change-Id: Icb3cc72f69636b3a99a3c7c19be3c4e407cb24dc
Diffstat (limited to 'external_policy_checker/Dockerfile')
-rw-r--r-- | external_policy_checker/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/external_policy_checker/Dockerfile b/external_policy_checker/Dockerfile new file mode 100644 index 00000000..ed013935 --- /dev/null +++ b/external_policy_checker/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3 + +ADD . /root +RUN pip install -r /root/requirements.txt --upgrade +WORKDIR /root +RUN pip install . + +CMD ["python", "-m", "moon_bouchon"]
\ No newline at end of file |