diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-11-23 20:14:55 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-11-29 10:51:13 +0300 |
commit | 74248cb2594babbb144e191a3fbc755200aea043 (patch) | |
tree | 158932614ba2b9fb6a96bdd9945c70a462c45bcb /fuel-plugin/Dockerfile | |
parent | 2c8605dc1647ee6a7b7a76c952d2adc6f68be989 (diff) |
[fuel-plugin] Align with fuel 10.0/newton
Change-Id: I928927041e95eed6f851010265db54f7651face3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
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 ef2e90b65..58ca19e11 100644 --- a/fuel-plugin/Dockerfile +++ b/fuel-plugin/Dockerfile @@ -1,5 +1,5 @@ #!/bin/bash -FROM ubuntu:14.04.3 +FROM ubuntu:16.04 RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo RUN chmod 0440 /etc/sudoers.d/open-sudo |