summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/Dockerfile
blob: 9b3fd5cea8e644b784d1c90d816d6cad788395f4 (plain)
1
2
3
4
5
6
7
8
9
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