summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'fuel-plugin/Dockerfile')
-rw-r--r--fuel-plugin/Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fuel-plugin/Dockerfile b/fuel-plugin/Dockerfile
new file mode 100644
index 000000000..9b3fd5cea
--- /dev/null
+++ b/fuel-plugin/Dockerfile
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+FROM ubuntu:14.04.3
+RUN apt-get update
+RUN apt-get install -y git fakeroot build-essential ncurses-dev xz-utils kernel-package bc autoconf
+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