Add docker container that comes with kickstart installed
This commit is contained in:
parent
04f7cb0c61
commit
e08395a0ea
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM ubuntu:12.04
|
||||||
|
|
||||||
|
MAINTAINER Bruno Tavares <@bltavares>
|
||||||
|
|
||||||
|
ADD . /opt/kickstart
|
||||||
|
RUN ln -s /opt/kickstart/bin/kickstart /usr/local/bin/kickstart
|
||||||
|
RUN echo 'eval "$(kickstart autocomplete)"' >> /etc/bash.bashrc
|
||||||
|
|
||||||
|
CMD 'bash'
|
Loading…
Reference in New Issue
Block a user