add docker file for lime build box

This commit is contained in:
encrypt 2015-01-23 21:04:37 +01:00
parent 08566f9441
commit b4a0d219bf

View file

@ -0,0 +1,11 @@
FROM ubuntu:latest
MAINTAINER encrypt <encrypt@labr.xyz>
RUN apt-get update && \
apt-get install -y build-essential git libncurses5-dev zlib1g-dev gawk unzip python wget subversion libssl-dev
# fix /usr/sbin/find not found issue
RUN ln /usr/bin/find /usr/sbin/find && \
useradd user -m