diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:47:04 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-06-22 08:47:21 -0700 |
commit | 10e9106094d2989909eaa0015a45574137b7776c (patch) | |
tree | 8a9f3163b91a7e761497680c03fd42dabacfb009 /fuel-plugin/Dockerfile | |
parent | 465249b61b72d33fe1fad8d43da332faef22bec0 (diff) |
cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: I5e0687008c53ee03973da5a3b58880b9b7c7de1c
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin/Dockerfile')
-rw-r--r-- | fuel-plugin/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile deleted file mode 100644 index af8d1c0eb..000000000 --- a/fuel-plugin/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -FROM ubuntu:16.04 - -RUN apt-get update -y && apt-get install -y sudo -RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo -RUN chmod 0440 /etc/sudoers.d/open-sudo |