Files
build/Dockerfile
faddat e590f2ffae Made the dockerfile actually work.
Build:
docker build --name lib .

Invocation:
docker run lib --privileged -it -P
2016-04-03 17:00:51 +07:00

7 lines
172 B
Docker

FROM ubuntu
RUN apt-get update
RUN apt-get install -y git build-essential binutils
WORKDIR /root
RUN git clone https://github.com/igorpecovnik/lib/
RUN cp lib/compile.sh .