diff options
author | Don Dugger <n0ano@n0ano.com> | 2016-06-06 13:30:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-06 13:30:05 +0000 |
commit | 253d8ef5e9f6b9177954ce9eb3b8c9b7684cf2a4 (patch) | |
tree | 45c4ca13e325c3425bd8727c19bbbf650d04221a /fuel-plugin/Dockerfile | |
parent | da27230f80795d0028333713f036d44c53cb0e68 (diff) | |
parent | 7b0d298c1826ff7210b859223d42136dffe7b3ce (diff) |
Merge "Update the files in fuel-plugin to match the upstream"
Diffstat (limited to 'fuel-plugin/Dockerfile')
-rw-r--r-- | fuel-plugin/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile index 9b3fd5cea..b71a09271 100644 --- a/fuel-plugin/Dockerfile +++ b/fuel-plugin/Dockerfile @@ -7,4 +7,4 @@ RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo RUN chmod 0440 /etc/sudoers.d/open-sudo ADD ./build_kvm.sh /root/build_kvm.sh RUN chmod +x /root/build_kvm.sh -RUN /root/build_kvm.sh -c 00bbfcd8 -o 2f8932e8 +RUN /root/build_kvm.sh |